Ticket #18986: 18986.minor-typo-fix.2.patch
File 18986.minor-typo-fix.2.patch, 736 bytes (added by , 12 years ago) |
---|
-
wp-includes/taxonomy.php
257 257 * 258 258 * update_count_callback - works much like a hook, in that it will be called when the count is updated. 259 259 * Defaults to _update_post_term_count() for taxonomies attached to post types, which then confirms 260 * that the objects are thenpublished before counting them.260 * that the objects are published before counting them. 261 261 * Defaults to _update_generic_term_count() for taxonomies attached to other object types, such as links. 262 262 * 263 263 * rewrite - false to prevent rewrite, or array('slug'=>$slug) to customize