Changeset 61716 for trunk/src/wp-includes/category.php
- Timestamp:
- 02/23/2026 05:33:24 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r59704 r61716 145 145 146 146 if ( empty( $categories ) ) { 147 return ;147 return null; 148 148 } 149 149
Note: See TracChangeset
for help on using the changeset viewer.