Changeset 7304 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 03/14/2008 11:58:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r7184 r7304 123 123 </p> 124 124 125 <br style="clear:both;" />125 <br class="clear" /> 126 126 127 127 <div class="tablenav"> … … 145 145 ?> 146 146 147 <div style="float:left">147 <div class="alignleft"> 148 148 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" /> 149 149 <?php wp_nonce_field('bulk-tags'); ?> 150 150 </div> 151 151 152 <br style="clear:both;" />153 </div> 154 155 <br style="clear:both;" />152 <br class="clear" /> 153 </div> 154 155 <br class="clear" /> 156 156 157 157 <table class="widefat"> … … 174 174 </form> 175 175 176 <br style="clear:both;" />176 <br class="clear" /> 177 177 178 178 <div class="tablenav"> … … 182 182 echo "<div class='tablenav-pages'>$page_links</div>"; 183 183 ?> 184 <br style="clear:both;" />184 <br class="clear" /> 185 185 </div> 186 186
Note: See TracChangeset
for help on using the changeset viewer.