Changeset 24617 for trunk/wp-includes/general-template.php
- Timestamp:
- 07/09/2013 08:48:02 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r24616 r24617 57 57 $templates = array(); 58 58 $name = (string) $name; 59 if ( null !== $name && false!== $name )59 if ( '' !== $name ) 60 60 $templates[] = "footer-{$name}.php"; 61 61
Note: See TracChangeset
for help on using the changeset viewer.