Changeset 17973
- Timestamp:
- 05/19/2011 05:43:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r17928 r17973 1121 1121 // Display File upload quota on dashboard 1122 1122 function wp_dashboard_quota() { 1123 if ( !is_multisite() || !current_user_can(' edit_posts') || get_site_option( 'upload_space_check_disabled' ) )1123 if ( !is_multisite() || !current_user_can('upload_files') || get_site_option( 'upload_space_check_disabled' ) ) 1124 1124 return true; 1125 1125
Note: See TracChangeset
for help on using the changeset viewer.