From 8329b6f2a61825e0bcc74433aafe787d1deabd91 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 3 Dec 2014 13:55:01 +0000 Subject: [PATCH] Fix a typo in [30546]. see #30473. git-svn-id: https://develop.svn.wordpress.org/trunk@30727 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index f7c99f8fc0..785a9bcf9e 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -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