Changeset 49593 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 11/13/2020 04:55:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r49592 r49593 1206 1206 1207 1207 } elseif ( 'core-major-auto-updates-settings' === $action ) { 1208 1209 if ( ! current_user_can( 'update_core' ) ) { 1210 wp_die( __( 'Sorry, you are not allowed to update this site.' ) ); 1211 } 1212 1208 1213 $redirect_url = self_admin_url( 'update-core.php' ); 1209 1214
Note: See TracChangeset
for help on using the changeset viewer.