Make WordPress Core


Ignore:
Timestamp:
08/28/2011 08:48:05 PM (15 years ago)
Author:
azaozz
Message:

Fix styling and quicktags error in press this, see #16695

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r18577 r18619  
    428428<form action="press-this.php?action=post" method="post">
    429429<div id="poststuff" class="metabox-holder">
    430         <div id="side-info-column">
     430        <div class="press-this-sidebar">
    431431                <div class="sleeve">
    432432                        <?php wp_nonce_field('press-this') ?>
     
    528528                                <div class="inside">
    529529                                        <div class="tagsdiv" id="post_tag">
    530                                                 <p class="jaxtag">
     530                                                <div class="jaxtag">
    531531                                                        <label class="screen-reader-text" for="newtag"><?php _e('Post Tags'); ?></label>
    532532                                                        <input type="hidden" name="tax_input[post_tag]" class="the-tags" id="tax-input[post_tag]" value="" />
     
    535535                                                                <input type="button" class="button tagadd" value="<?php esc_attr_e('Add'); ?>" tabindex="3" />
    536536                                                        </div>
    537                                                 </p>
     537                                                </div>
    538538                                                <div class="tagchecklist"></div>
    539539                                        </div>
Note: See TracChangeset for help on using the changeset viewer.