From a87885262f218ab788afebe6cb77ea71d0d1605b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Sep 2015 19:03:25 +0000 Subject: [PATCH] Include placeholder in translator comment. See #31863. Built from https://develop.svn.wordpress.org/trunk@34306 git-svn-id: http://core.svn.wordpress.org/trunk@34270 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tags.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 25a31fb97a..72cc2a73fb 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -334,9 +334,9 @@ endif; ?>

' . __( 'Note:' ) . '
'; + echo '' . __( 'Note:' ) . '
'; printf( - /* translators: default category */ + /* translators: %s: default category */ __( 'Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category %s.' ), /** This filter is documented in wp-includes/category-template.php */ '' . apply_filters( 'the_category', get_cat_name( get_option( 'default_category') ) ) . '' diff --git a/wp-includes/version.php b/wp-includes/version.php index 072d3b17e1..b0f9507a10 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34305'; +$wp_version = '4.4-alpha-34306'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.