Changeset 14718 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 05/18/2010 03:48:22 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r14647 r14718 103 103 104 104 $content = htmlspecialchars( $content ); 105 $codepress_lang = codepress_get_lang($file);106 105 } 107 106 … … 196 195 <form name="template" id="template" action="theme-editor.php" method="post"> 197 196 <?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> 199 198 <input type="hidden" name="action" value="update" /> 200 199 <input type="hidden" name="file" value="<?php echo esc_attr($file) ?>" />
Note: See TracChangeset
for help on using the changeset viewer.