Changeset 12752 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 01/18/2010 08:34:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r12733 r12752 159 159 // If we have two files of the same name prefer the one in the Template Directory 160 160 // This means that we display the correct files for child themes which overload Templates as well as Styles 161 if ( array_key_exists($description, $template_mapping ) ) {161 if ( array_key_exists($description, $template_mapping ) ) { 162 162 if ( false !== strpos( $template_file, $template_dir ) ) { 163 163 $template_mapping[ $description ] = array( _get_template_edit_filename($template_file, $template_dir), $filedesc );
Note: See TracChangeset
for help on using the changeset viewer.