Make WordPress Core

Ticket #18986: 18986.minor-typo-fix.2.patch

File 18986.minor-typo-fix.2.patch, 736 bytes (added by SergeyBiryukov, 12 years ago)
  • wp-includes/taxonomy.php

     
    257257 *
    258258 * update_count_callback - works much like a hook, in that it will be called when the count is updated.
    259259 *      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.
     260 *      that the objects are published before counting them.
    261261 *      Defaults to _update_generic_term_count() for taxonomies attached to other object types, such as links.
    262262 *
    263263 * rewrite - false to prevent rewrite, or array('slug'=>$slug) to customize