Changeset 10835 for trunk/wp-admin/includes/theme.php
- Timestamp:
- 03/25/2009 04:51:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r10715 r10835 140 140 141 141 if ( !empty( $name ) ) { 142 $page_templates[trim( $name )] = basename( $template );142 $page_templates[trim( $name )] = theme_basename( $template ); 143 143 } 144 144 }
Note: See TracChangeset
for help on using the changeset viewer.