Changeset 19037
- Timestamp:
- 10/21/2011 09:50:36 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r19036 r19037 256 256 * boolean value. 257 257 * 258 * update_count_callback - works much like a hook, in that it will be called 259 * when the count is updated. 258 * update_count_callback - works much like a hook, in that it will be called when the count is updated. 259 * Defaults to _update_post_term_count() for taxonomies attached to post types, which then confirms 260 * that the objects are then published before counting them. 261 * Defaults to _update_generic_term_count() for taxonomies attached to other object types, such as links. 260 262 * 261 263 * rewrite - false to prevent rewrite, or array('slug'=>$slug) to customize
Note: See TracChangeset
for help on using the changeset viewer.