Make WordPress Core


Ignore:
Timestamp:
09/30/2005 10:42:26 PM (21 years ago)
Author:
ryan
Message:

Image Uploader bug fixes and UI rework from Andy. fixes #1718

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r2921 r2926  
    173173<?php do_action('edit_form_advanced'); ?>
    174174
     175<iframe border="0" src="image-uploading.php?action=view&amp;post=<?php echo 0 == $post_ID ? $temp_ID : $post_ID; ?>" id="imageup">This feature requires iframe support.</iframe>
     176
    175177<div id="advancedstuff" class="dbx-group" >
    176 
    177 <fieldset id="imageuploading" class="dbx-box">
    178 <h3 class="dbx-handle"><?php _e('Image Uploading') ?></h3>
    179 <div class="dbx-content"><iframe src="image-uploading.php?action=view&amp;post=<?php echo 0 == $post_ID ? $temp_ID : $post_ID; ?>" id="imageup"></iframe></div>
    180 </fieldset>
    181178
    182179<fieldset id="postexcerpt" class="dbx-box">
Note: See TracChangeset for help on using the changeset viewer.