Changeset 34912 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 10/07/2015 05:11:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r34783 r34912 1197 1197 */ 1198 1198 function wp_dashboard_quota() { 1199 if ( !is_multisite() || !current_user_can( 'upload_files' ) || get_ network_option( 'upload_space_check_disabled' ) )1199 if ( !is_multisite() || !current_user_can( 'upload_files' ) || get_site_option( 'upload_space_check_disabled' ) ) 1200 1200 return true; 1201 1201
Note: See TracChangeset
for help on using the changeset viewer.