Changeset 8256 for trunk/wp-admin/press-this.php
- Timestamp:
- 07/04/2008 04:12:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/press-this.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r8240 r8256 137 137 </div> 138 138 139 <p ><input type="hidden" name="this_photo" value="<?php echo attribute_escape($image); ?>" id="this_photo" />140 <a href="#" class="select"><img src="<?php echo clean_url($image); ?>" width="475"alt="<?php echo attribute_escape(__('Click to insert.')); ?>" title="<?php echo attribute_escape(__('Click to insert.')); ?>" /></a></p>141 142 <p id="options"><a href="#" class="select "><?php _e('Insert Image'); ?></a> | <a href="#" class="cancel"><?php _e('Cancel'); ?></a></p>139 <p class="centered"><input type="hidden" name="this_photo" value="<?php echo attribute_escape($image); ?>" id="this_photo" /> 140 <a href="#" class="select"><img src="<?php echo clean_url($image); ?>" alt="<?php echo attribute_escape(__('Click to insert.')); ?>" title="<?php echo attribute_escape(__('Click to insert.')); ?>" /></a></p> 141 142 <p id="options"><a href="#" class="select button"><?php _e('Insert Image'); ?></a> <a href="#" class="cancel button"><?php _e('Cancel'); ?></a></p> 143 143 <?php die; 144 144 } … … 296 296 <title><?php _e('Press This') ?></title> 297 297 298 <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js "></script>298 <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js?ver=311"></script> 299 299 <?php 300 300 add_thickbox();
Note: See TracChangeset
for help on using the changeset viewer.