Disable codepress. Maintained replacement needed.

git-svn-id: https://develop.svn.wordpress.org/trunk@12005 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-10-07 15:22:23 +00:00
parent a46f2f2b14
commit e024f20812
3 changed files with 1 additions and 13 deletions
+1 -5
View File
@@ -25,8 +25,7 @@ if (empty($theme)) {
$theme = get_current_theme();
} else {
$theme = stripslashes($theme);
}
}
if ( ! isset($themes[$theme]) )
wp_die(__('The requested theme does not exist.'));
@@ -75,9 +74,6 @@ break;
default:
if ( use_codepress() )
wp_enqueue_script( 'codepress' );
require_once('admin-header.php');
update_recently_edited($file);