Revert accidental change. See #7509.

git-svn-id: https://develop.svn.wordpress.org/trunk@8657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-08-16 20:38:07 +00:00
parent e1adf1d070
commit 8a83012b1a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ function get_page_templates() {
$description = $description[1];
if ( !empty( $name ) ) {
$page_templates[trim( $name )] = theme_basename( $template );
$page_templates[trim( $name )] = basename( $template );
}
}
}