Changeset 16431 for trunk/wp-admin/press-this.php
- Timestamp:
- 11/17/2010 05:12:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r16221 r16431 114 114 <h2><label for="embed-code"><?php _e('Embed Code') ?></label></h2> 115 115 <div class="inside"> 116 <textarea name="embed-code" id="embed-code" rows="8" cols="40"><?php echo wp_htmledit_pre( $selection ); ?></textarea>116 <textarea name="embed-code" id="embed-code" rows="8" cols="40"><?php echo esc_textarea( $selection ); ?></textarea> 117 117 <p id="options"><a href="#" class="select button"><?php _e('Insert Video'); ?></a> <a href="#" class="close button"><?php _e('Cancel'); ?></a></p> 118 118 </div>
Note: See TracChangeset
for help on using the changeset viewer.