[wp-trac] [WordPress Trac] #20129: get_bookmark object should return array of categories
WordPress Trac
wp-trac at lists.automattic.com
Wed Feb 29 01:21:47 UTC 2012
#20129: get_bookmark object should return array of categories
-------------------------------+------------------------------
Reporter: andrewheins | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: 3.3.1
Severity: minor | Resolution: invalid
Keywords: reporter-feedback |
-------------------------------+------------------------------
Changes (by andrewheins):
* status: new => closed
* resolution: => invalid
Comment:
Ah, I see now. That's what happens if you pull it with an ID. I
{{{
stdClass::__set_state(
array(
'link_id' => 10,
'link_url' => 'https://github.com/andrewheins',
'link_name' => 'Github',
'link_image' => '',
'link_target' => '_blank',
'link_description' => '',
'link_visible' => 'Y',
'link_owner' => '1',
'link_rating' => 0,
'link_updated' => '0000-00-00 00:00:00',
'link_rel' => '',
'link_notes' => '',
'link_rss' => '',
'object_id' => '10',
'term_taxonomy_id' => '10',
'term_order' => '0',
'term_id' => '10',
'taxonomy' => 'link_category',
'description' => '',
'parent' => '0',
'count' => '3',
)
)
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20129#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list