Changeset 16701 for trunk/wp-admin/includes/media.php
- Timestamp:
- 12/03/2010 09:16:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r16687 r16701 1545 1545 <p class="media-upload-size"><?php printf( __( 'Maximum upload file size: %d%s' ), $upload_size_unit, $sizes[$u] ); ?></p> 1546 1546 <?php if ( is_lighttpd_before_150() ): ?> 1547 <p><?php _e('If you want to use all capabilities of the uploader, like uploading multiple files at once, please up grade to lighttpd 1.5.'); ?></p>1547 <p><?php _e('If you want to use all capabilities of the uploader, like uploading multiple files at once, please update to lighttpd 1.5.'); ?></p> 1548 1548 <?php endif;?> 1549 1549 <?php do_action('post-html-upload-ui', $flash); ?>
Note: See TracChangeset
for help on using the changeset viewer.