- Timestamp:
- 07/28/2020 11:32:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r48418 r48660 562 562 } 563 563 564 if ( ! $allowed && current_user_can( 'delete_themes' ) && ! $this->is_site_themes && get_option( 'stylesheet' ) !== $stylesheet && get_option( 'template' ) !== $stylesheet ) { 564 if ( ! $allowed && ! $this->is_site_themes 565 && current_user_can( 'delete_themes' ) 566 && get_option( 'stylesheet' ) !== $stylesheet 567 && get_option( 'template' ) !== $stylesheet 568 ) { 565 569 $url = add_query_arg( 566 570 array(
Note: See TracChangeset
for help on using the changeset viewer.