Changeset 49253
- Timestamp:
- 10/20/2020 07:12:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r49241 r49253 650 650 $updates = array(); 651 651 $no_updates = array(); 652 if ( current_user_can( 'update_themes' ) ) {652 if ( ! is_multisite() && current_user_can( 'update_themes' ) ) { 653 653 $updates_transient = get_site_transient( 'update_themes' ); 654 654 if ( isset( $updates_transient->response ) ) {
Note: See TracChangeset
for help on using the changeset viewer.