Fix a typo in [30546].
see #30473. git-svn-id: https://develop.svn.wordpress.org/trunk@30727 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
480f817a7e
commit
8329b6f2a6
@ -441,7 +441,7 @@ function register_taxonomy( $taxonomy, $object_type, $args = array() ) {
|
||||
* - popular_items - This string isn't used on hierarchical taxonomies. Default is Popular Tags
|
||||
* - all_items - Default is All Tags/All Categories
|
||||
* - parent_item - This string isn't used on non-hierarchical taxonomies. In hierarchical ones the default is Parent Category
|
||||
* - parent_item_colon - The same as `parent_item`, but with colon `:ё in the end
|
||||
* - parent_item_colon - The same as `parent_item`, but with colon `:` in the end
|
||||
* - edit_item - Default is Edit Tag/Edit Category
|
||||
* - view_item - Default is View Tag/View Category
|
||||
* - update_item - Default is Update Tag/Update Category
|
||||
|
Loading…
Reference in New Issue
Block a user