Make WordPress Core


Ignore:
Timestamp:
08/14/2008 05:00:37 PM (18 years ago)
Author:
ryan
Message:

Notice fixes. Props DD32. see #7509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme.php

    r8589 r8646  
    4545
    4646            if ( !empty( $name ) ) {
    47                 $page_templates[trim( $name )] = basename( $template );
     47                $page_templates[trim( $name )] = theme_basename( $template );
    4848            }
    4949        }
Note: See TracChangeset for help on using the changeset viewer.