Make WordPress Core


Ignore:
Timestamp:
05/18/2010 03:48:22 AM (13 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r14647 r14718  
    103103
    104104        $content = htmlspecialchars( $content );
    105         $codepress_lang = codepress_get_lang($file);
    106105    }
    107106
     
    196195    <form name="template" id="template" action="theme-editor.php" method="post">
    197196    <?php wp_nonce_field('edit-theme_' . $file . $theme) ?>
    198          <div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1" class="codepress <?php echo $codepress_lang ?>"><?php echo $content ?></textarea>
     197         <div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1"><?php echo $content ?></textarea>
    199198         <input type="hidden" name="action" value="update" />
    200199         <input type="hidden" name="file" value="<?php echo esc_attr($file) ?>" />
Note: See TracChangeset for help on using the changeset viewer.