diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index b0609481a3..438bbe9966 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -836,7 +836,6 @@ function wp_generate_tag_cloud( $tags, $args = '' ) { } elseif ( ! empty( $args['topic_count_text_callback'] ) ) { // Look for the alternative callback style. Ignore the previous default. if ( $args['topic_count_text_callback'] === 'default_topic_count_text' ) { - // phpcs:ignore WordPress.WP.I18n.NonSingularStringLiteralSingle,WordPress.WP.I18n.NonSingularStringLiteralPlural $translate_nooped_plural = _n_noop( '%s item', '%s items' ); } else { $translate_nooped_plural = false; diff --git a/wp-includes/version.php b/wp-includes/version.php index 2884295b3e..e8dff64ca7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta1-44571'; +$wp_version = '5.1-beta1-44572'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.