Changeset 1282
- Timestamp:
- 05/12/08 10:28:23 (4 months ago)
- Files:
-
- trunk/wp-admin/includes/media.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/media.php
r1266 r1282 777 777 <?php } ?> 778 778 </div> 779 780 <?php do_action('pre-upload-ui'); ?> 781 779 782 <?php if ( $flash ) : ?> 780 783 <script type="text/javascript"> … … 813 816 </script> 814 817 815 816 818 <div id="flash-upload-ui"> 819 <?php do_action('pre-flash-upload-ui'); ?> 817 820 <p><input id="flash-browse-button" type="button" value="<?php echo attribute_escape( __( 'Choose files to upload' ) ); ?>" class="button" /></p> 821 <?php do_action('post-flash-upload-ui'); ?> 818 822 <p><?php _e('After a file has been uploaded, you can add titles and descriptions.'); ?></p> 819 823 </div> … … 822 826 823 827 <div id="html-upload-ui"> 828 <?php do_action('pre-html-upload-ui'); ?> 824 829 <p> 825 830 <input type="file" name="async-upload" id="async-upload" /> <input type="submit" class="button" name="html-upload" value="<?php echo attribute_escape(__('Upload')); ?>" /> <a href="#" onClick="return top.tb_remove();"><?php _e('Cancel'); ?></a> … … 830 835 <p><?php _e('If you want to use all capabilities of the uploader, like uploading multiple files at once, please upgrade to lighttpd 1.5.'); ?></p> 831 836 <?php endif;?> 837 <?php do_action('post-html-upload-ui'); ?> 832 838 </div> 839 <?php do_action('post-upload-ui'); ?> 833 840 <?php 834 841 }
