Changeset 7304 for trunk/wp-admin/edit.php
- Timestamp:
- 03/14/2008 11:58:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r7274 r7304 135 135 ?> 136 136 137 <div style="float:left">137 <div class="alignleft"> 138 138 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" /> 139 139 <?php wp_nonce_field('bulk-posts'); ?> … … 175 175 </div> 176 176 177 <br style="clear:both;" />178 </div> 179 180 <br style="clear:both;" />177 <br class="clear" /> 178 </div> 179 180 <br class="clear" /> 181 181 182 182 <?php include( 'edit-post-rows.php' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.