Remove autocomplete and codepress. for autocomplete, see #13283. for codepress, see #13307.

git-svn-id: https://develop.svn.wordpress.org/trunk@14718 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-18 03:48:22 +00:00
parent 8c74a6057e
commit cb75ebbb54
8 changed files with 38 additions and 892 deletions

View File

@@ -102,7 +102,6 @@ default:
}
$content = htmlspecialchars( $content );
$codepress_lang = codepress_get_lang($file);
}
?>
@@ -195,7 +194,7 @@ if ($allowed_files) :
<?php if (!$error) { ?>
<form name="template" id="template" action="theme-editor.php" method="post">
<?php wp_nonce_field('edit-theme_' . $file . $theme) ?>
<div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1" class="codepress <?php echo $codepress_lang ?>"><?php echo $content ?></textarea>
<div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1"><?php echo $content ?></textarea>
<input type="hidden" name="action" value="update" />
<input type="hidden" name="file" value="<?php echo esc_attr($file) ?>" />
<input type="hidden" name="theme" value="<?php echo esc_attr($theme) ?>" />