Fix a typo in [30546].

see #30473.
Built from https://develop.svn.wordpress.org/trunk@30727


git-svn-id: http://core.svn.wordpress.org/trunk@30717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-12-03 13:55:24 +00:00
parent ad1ecf88c5
commit 1f64435284
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30726';
$wp_version = '4.1-beta2-30727';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.