Coding Standards: Remove an unnecessary line whitelisting.
Props jrf. See #45934. Built from https://develop.svn.wordpress.org/trunk@44572 git-svn-id: http://core.svn.wordpress.org/trunk@44403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f72594974f
commit
3a697f7f46
|
@ -836,7 +836,6 @@ function wp_generate_tag_cloud( $tags, $args = '' ) {
|
||||||
} elseif ( ! empty( $args['topic_count_text_callback'] ) ) {
|
} elseif ( ! empty( $args['topic_count_text_callback'] ) ) {
|
||||||
// Look for the alternative callback style. Ignore the previous default.
|
// Look for the alternative callback style. Ignore the previous default.
|
||||||
if ( $args['topic_count_text_callback'] === 'default_topic_count_text' ) {
|
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' );
|
$translate_nooped_plural = _n_noop( '%s item', '%s items' );
|
||||||
} else {
|
} else {
|
||||||
$translate_nooped_plural = false;
|
$translate_nooped_plural = false;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue