Taxonomy: Revert [43620] from the 4.9 branch.

This change is out of the 4.9.x scope, and will be reintroduced in 5.0.x.

See #44872.
Built from https://develop.svn.wordpress.org/branches/4.9@43711


git-svn-id: http://core.svn.wordpress.org/branches/4.9@43540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-10-11 04:42:25 +00:00
parent 3769f76ca6
commit 6863424407
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ class Walker_Category extends Walker {
);
// Don't generate an element if the category name is empty.
if ( '' === $cat_name ) {
if ( ! $cat_name ) {
return;
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.9-alpha-43708';
$wp_version = '4.9.9-alpha-43711';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.