Changeset 45932 for trunk/src/wp-admin/includes/ms-deprecated.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms-deprecated.php
r45082 r45932 32 32 if ( ! is_upload_space_available() ) { 33 33 wp_die( sprintf( 34 /* translators: %s: allowed space allocation*/34 /* translators: %s: Allowed space allocation. */ 35 35 __( 'Sorry, you have used your space allocation of %s. Please delete some files to upload more files.' ), 36 36 size_format( get_space_allowed() * MB_IN_BYTES )
Note: See TracChangeset
for help on using the changeset viewer.