Ticket #16396: ticket.16396.diff
File ticket.16396.diff, 527 bytes (added by , 14 years ago) |
---|
-
wp-admin/theme-editor.php
86 86 fwrite($f, $newcontent); 87 87 fclose($f); 88 88 $location = "theme-editor.php?file=$file&theme=$theme&a=te&scrollto=$scrollto"; 89 90 do_action( 'edited_theme', $themes[$theme]['Stylesheet'], $file, $newcontent ); 91 89 92 } else { 90 93 $location = "theme-editor.php?file=$file&theme=$theme&scrollto=$scrollto"; 91 94 }