[wp-trac] Re: [WordPress Trac] #4913: Future posts cause term count
to increase
WordPress Trac
wp-trac at lists.automattic.com
Wed Dec 19 23:44:16 GMT 2007
#4913: Future posts cause term count to increase
---------------------+------------------------------------------------------
Reporter: Otto42 | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.4
Component: General | Version: 2.3
Severity: major | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by ryan):
{{{
wp_get_object_terms($post_id, $taxonomy);
}}}
should be:
{{{
wp_get_object_terms($post_id, $taxonomy, 'fields=tt_ids');
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4913#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list