Make WordPress Core

Ticket #8236: theme-editor.php.patch

File theme-editor.php.patch, 317 bytes (added by roganty, 17 years ago)
Line 
1159,160c159
2<               if(! array_key_exists($description, $template_mapping) ) //Checks to see if it already exists in the array
3<                       $template_mapping[ $description ] = array( $style_file, $filedesc );
4---
5>               $template_mapping[ $description ] = array( $style_file, $filedesc );