- Timestamp:
- 05/16/2020 06:40:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r47550 r47808 353 353 } 354 354 355 if ( 'search' != $type ) {355 if ( 'search' !== $type ) { 356 356 $status_links[ $type ] = sprintf( 357 357 "<a href='%s'%s>%s</a>", … … 375 375 376 376 $actions = array(); 377 if ( 'enabled' != $status ) {377 if ( 'enabled' !== $status ) { 378 378 $actions['enable-selected'] = $this->is_site_themes ? __( 'Enable' ) : __( 'Network Enable' ); 379 379 } 380 if ( 'disabled' != $status ) {380 if ( 'disabled' !== $status ) { 381 381 $actions['disable-selected'] = $this->is_site_themes ? __( 'Disable' ) : __( 'Network Disable' ); 382 382 }
Note: See TracChangeset
for help on using the changeset viewer.