Changeset 7304 for trunk/wp-admin/includes/media.php
- Timestamp:
- 03/14/2008 11:58:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r7280 r7304 824 824 </p> 825 825 <input type="hidden" name="post_id" id="post_id" value="<?php echo $post_id; ?>" /> 826 <br style="clear:both" />826 <br class="clear" /> 827 827 </div> 828 828 <?php … … 990 990 ?> 991 991 992 <div style="float:left">992 <div class="alignleft"> 993 993 <?php 994 994 … … 1025 1025 </div> 1026 1026 1027 <br style="clear:both;" />1027 <br class="clear" /> 1028 1028 </div> 1029 1029 </form>
Note: See TracChangeset
for help on using the changeset viewer.