From 1f64435284ad07052ff660cfd9ebb77ffea46fa2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 3 Dec 2014 13:55:24 +0000 Subject: [PATCH] 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 --- wp-includes/taxonomy.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index f7c99f8fc0..785a9bcf9e 100644 --- a/wp-includes/taxonomy.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index abccd13b6b..7e0d3d7724 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.