Revert accidental change. See #7509.

git-svn-id: http://svn.automattic.com/wordpress/trunk@8657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-08-16 20:38:07 +00:00
parent c19b2d769e
commit e84d70122a

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 );
}
}
}