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