Changeset 11109 for trunk/wp-admin/press-this.php
- Timestamp:
- 04/28/2009 05:58:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r11013 r11109 136 136 <div class="titlediv"> 137 137 <div class="titlewrap"> 138 <input id="this_photo_description" name="photo_description" class="tbtitle text" onkeypress="if(event.keyCode==13) image_selector();" value="<?php echo attr ibute_escape($title);?>"/>139 </div> 140 </div> 141 142 <p class="centered"><input type="hidden" name="this_photo" value="<?php echo attr ibute_escape($image); ?>" id="this_photo" />143 <a href="#" class="select"><img src="<?php echo clean_url($image); ?>" alt="<?php echo attr ibute_escape(__('Click to insert.')); ?>" title="<?php echo attribute_escape(__('Click to insert.')); ?>" /></a></p>138 <input id="this_photo_description" name="photo_description" class="tbtitle text" onkeypress="if(event.keyCode==13) image_selector();" value="<?php echo attr($title);?>"/> 139 </div> 140 </div> 141 142 <p class="centered"><input type="hidden" name="this_photo" value="<?php echo attr($image); ?>" id="this_photo" /> 143 <a href="#" class="select"><img src="<?php echo clean_url($image); ?>" alt="<?php echo attr(__('Click to insert.')); ?>" title="<?php echo attr(__('Click to insert.')); ?>" /></a></p> 144 144 145 145 <p id="options"><a href="#" class="select button"><?php _e('Insert Image'); ?></a> <a href="#" class="cancel button"><?php _e('Cancel'); ?></a></p> … … 169 169 <div id="titlediv"> 170 170 <div class="titlewrap"> 171 <input id="this_photo_description" name="photo_description" class="tbtitle text" onkeypress="if(event.keyCode==13) image_selector();" value="<?php echo attr ibute_escape($title);?>"/>171 <input id="this_photo_description" name="photo_description" class="tbtitle text" onkeypress="if(event.keyCode==13) image_selector();" value="<?php echo attr($title);?>"/> 172 172 </div> 173 173 </div> … … 378 378 switch(tab_name) { 379 379 case 'video' : 380 jQuery('#extra_fields').load('<?php echo clean_url($_SERVER['PHP_SELF']); ?>', { ajax: 'video', s: '<?php echo attr ibute_escape($selection); ?>'}, function() {380 jQuery('#extra_fields').load('<?php echo clean_url($_SERVER['PHP_SELF']); ?>', { ajax: 'video', s: '<?php echo attr($selection); ?>'}, function() { 381 381 <?php 382 382 $content = ''; … … 517 517 <div id="titlediv"> 518 518 <div class="titlewrap"> 519 <input name="title" id="title" class="text" value="<?php echo attr ibute_escape($title);?>"/>519 <input name="title" id="title" class="text" value="<?php echo attr($title);?>"/> 520 520 </div> 521 521 </div>
Note: See TracChangeset
for help on using the changeset viewer.