Changeset 12030 for trunk/wp-admin/press-this.php
- Timestamp:
- 10/14/2009 07:30:10 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/press-this.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r11994 r12030 339 339 addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}}; 340 340 var userSettings = {'url':'<?php echo SITECOOKIEPATH; ?>','uid':'<?php if ( ! isset($current_user) ) $current_user = wp_get_current_user(); echo $current_user->ID; ?>','time':'<?php echo time() ?>'}; 341 var ajaxurl = '<?php echo admin_url('admin-ajax.php'); ?>' ;341 var ajaxurl = '<?php echo admin_url('admin-ajax.php'); ?>', pagenow = 'press-this'; 342 342 //]]> 343 343 </script> … … 506 506 <label class="screen-reader-text" for="newtag"><?php _e('Post Tags'); ?></label> 507 507 <input type="hidden" name="tax_input[post_tag]" class="the-tags" id="tax-input[post_tag]" value="" /> 508 < span class="ajaxtag" style="display:none;">509 <input type="text" name="newtag[post_tag]" class="newtag form-input-tip" size="16" autocomplete="off" value=" <?php esc_attr_e('Add new tag'); ?>" />508 <div class="ajaxtag"> 509 <input type="text" name="newtag[post_tag]" class="newtag form-input-tip" size="16" autocomplete="off" value="" /> 510 510 <input type="button" class="button tagadd" value="<?php esc_attr_e('Add'); ?>" tabindex="3" /> 511 </span> 511 <div class="taghint"><?php _e('Add new tag'); ?></div> 512 </div> 512 513 </p> 513 514 <div class="tagchecklist"></div>
Note: See TracChangeset
for help on using the changeset viewer.