Changeset 21387 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 08/01/2012 01:52:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r21364 r21387 1098 1098 1099 1099 $quota = get_space_allowed(); 1100 $used = get_ dirsize( BLOGUPLOADDIR ) / 1024 / 1024;1100 $used = get_space_used(); 1101 1101 1102 1102 if ( $used > $quota )
Note: See TracChangeset
for help on using the changeset viewer.