Changeset 14718 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 05/18/2010 03:48:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r14348 r14718 128 128 129 129 $content = htmlspecialchars( $content ); 130 $codepress_lang = codepress_get_lang($real_file);131 132 130 ?> 133 131 <?php if (isset($_GET['a'])) : ?> … … 207 205 <form name="template" id="template" action="plugin-editor.php" method="post"> 208 206 <?php wp_nonce_field('edit-plugin_' . $file) ?> 209 <div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1" class="codepress <?php echo $codepress_lang ?>"><?php echo $content ?></textarea>207 <div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1"><?php echo $content ?></textarea> 210 208 <input type="hidden" name="action" value="update" /> 211 209 <input type="hidden" name="file" value="<?php echo esc_attr($file) ?>" />
Note: See TracChangeset
for help on using the changeset viewer.