diff options
Diffstat (limited to 'wp-inst/wp-admin/theme-editor.php')
| -rw-r--r-- | wp-inst/wp-admin/theme-editor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/theme-editor.php b/wp-inst/wp-admin/theme-editor.php index dfea183..10fb8fc 100644 --- a/wp-inst/wp-admin/theme-editor.php +++ b/wp-inst/wp-admin/theme-editor.php @@ -1,5 +1,5 @@ <?php -return; +die(); require_once('admin.php'); $title = __("Edit Themes"); |
