Make WordPress Core


Ignore:
Timestamp:
08/16/2008 08:38:07 PM (16 years ago)
Author:
westi
Message:

Revert accidental change. See #7509.

File:
1 edited

Legend:

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

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