Changeset 14897 for trunk/wp-admin/includes/media.php
- Timestamp:
- 05/25/2010 05:53:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r14827 r14897 1435 1435 // Check quota for this blog if multisite 1436 1436 if ( is_multisite() && !is_upload_space_available() ) { 1437 echo '<p>' . __('Sorry, you must delete files before you can upload any more.') . '</p>';1437 echo '<p>' . sprintf( __( 'Sorry, you have filled your storage quota (%s MB).' ), get_space_allowed() ) . '</p>'; 1438 1438 return; 1439 1439 }
Note: See TracChangeset
for help on using the changeset viewer.