Make WordPress Core


Ignore:
Timestamp:
03/18/2009 02:43:45 AM (17 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

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

    r10375 r10810  
    489489                <h3><span><?php _e('Post Tags'); ?></span></h3>
    490490                <div class="inside">
    491                     <div class="tagsdiv" id="post_tag"> 
     491                    <div class="tagsdiv" id="post_tag">
    492492                        <p class="jaxtag">
    493493                            <label class="hidden" for="newtag"><?php _e('Post Tags'); ?></label>
    494                             <input type="hidden" name="tax_input[post_tag]" class="the-tags" id="tax-input[post_tag]" value="" /> 
     494                            <input type="hidden" name="tax_input[post_tag]" class="the-tags" id="tax-input[post_tag]" value="" />
    495495                            <span class="ajaxtag" style="display:none;">
    496496                                <input type="text" name="newtag[post_tag]" class="newtag form-input-tip" size="16" autocomplete="off" value="<?php _e('Add new tag'); ?>" />
    497497                                <input type="button" class="button tagadd" value="Add" tabindex="3" />
    498498                            </span>
    499                         </p> 
    500                         <div class="tagchecklist"></div> 
     499                        </p>
     500                        <div class="tagchecklist"></div>
    501501                    </div>
    502502                    <p class="tagcloud-link"><a href="#titlediv" class="tagcloud-link" id="link-post_tag"><?php _e('Choose from the most used tags in Post Tags'); ?></a></p>
Note: See TracChangeset for help on using the changeset viewer.