Changeset 35885 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 12/12/2015 03:36:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r35873 r35885 1208 1208 * 1209 1209 * @return bool|null True if not multisite, user can't upload files, or the space check option is disabled. 1210 */1210 */ 1211 1211 function wp_dashboard_quota() { 1212 1212 if ( !is_multisite() || !current_user_can( 'upload_files' ) || get_site_option( 'upload_space_check_disabled' ) )
Note: See TracChangeset
for help on using the changeset viewer.