Changeset 43620 for branches/4.9/src/wp-includes/class-walker-category.php
- Timestamp:
- 09/03/2018 09:23:26 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-walker-category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/class-walker-category.php
r41688 r43620 100 100 101 101 // Don't generate an element if the category name is empty. 102 if ( !$cat_name ) {102 if ( '' === $cat_name ) { 103 103 return; 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.