Changeset 18619 for trunk/wp-admin/press-this.php
- Timestamp:
- 08/28/2011 08:48:05 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/press-this.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r18577 r18619 428 428 <form action="press-this.php?action=post" method="post"> 429 429 <div id="poststuff" class="metabox-holder"> 430 <div id="side-info-column">430 <div class="press-this-sidebar"> 431 431 <div class="sleeve"> 432 432 <?php wp_nonce_field('press-this') ?> … … 528 528 <div class="inside"> 529 529 <div class="tagsdiv" id="post_tag"> 530 < pclass="jaxtag">530 <div class="jaxtag"> 531 531 <label class="screen-reader-text" for="newtag"><?php _e('Post Tags'); ?></label> 532 532 <input type="hidden" name="tax_input[post_tag]" class="the-tags" id="tax-input[post_tag]" value="" /> … … 535 535 <input type="button" class="button tagadd" value="<?php esc_attr_e('Add'); ?>" tabindex="3" /> 536 536 </div> 537 </ p>537 </div> 538 538 <div class="tagchecklist"></div> 539 539 </div>
Note: See TracChangeset
for help on using the changeset viewer.