mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Remove duplicate word in docs. props SergeyBiryukov, fixes #18986.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1e6e52e1c1
commit
28e10d8f2b
@ -257,7 +257,7 @@ function is_taxonomy_hierarchical($taxonomy) {
|
||||
*
|
||||
* update_count_callback - works much like a hook, in that it will be called when the count is updated.
|
||||
* Defaults to _update_post_term_count() for taxonomies attached to post types, which then confirms
|
||||
* that the objects are then published before counting them.
|
||||
* that the objects are published before counting them.
|
||||
* Defaults to _update_generic_term_count() for taxonomies attached to other object types, such as links.
|
||||
*
|
||||
* rewrite - false to prevent rewrite, or array('slug'=>$slug) to customize
|
||||
|
Loading…
x
Reference in New Issue
Block a user