Make WordPress Core


Ignore:
Timestamp:
07/09/2013 08:48:02 PM (13 years ago)
Author:
nacin
Message:

Have get_footer() match get_header() etc in [24616]. fixes #24714.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r24616 r24617  
    5757    $templates = array();
    5858    $name = (string) $name;
    59     if ( null !== $name && false !== $name )
     59    if ( '' !== $name )
    6060        $templates[] = "footer-{$name}.php";
    6161
Note: See TracChangeset for help on using the changeset viewer.