Changeset 8646 for trunk/wp-admin/includes/theme.php
- Timestamp:
- 08/14/2008 05:00:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r8589 r8646 45 45 46 46 if ( !empty( $name ) ) { 47 $page_templates[trim( $name )] = basename( $template );47 $page_templates[trim( $name )] = theme_basename( $template ); 48 48 } 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.