Changeset 43712 for branches/5.0/src/wp-includes/class-walker-category.php
- Timestamp:
- 10/11/2018 04:41:39 AM (8 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-walker-category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-includes/class-walker-category.php
r41688 r43712 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)