- Timestamp:
- 05/16/2020 06:40:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-installer-skin.php
r47219 r47808 61 61 $from = isset( $_GET['from'] ) ? wp_unslash( $_GET['from'] ) : 'plugins'; 62 62 63 if ( 'import' == $from ) {63 if ( 'import' === $from ) { 64 64 $install_actions['activate_plugin'] = sprintf( 65 65 '<a class="button button-primary" href="%s" target="_parent">%s</a>', … … 67 67 __( 'Activate Plugin & Run Importer' ) 68 68 ); 69 } elseif ( 'press-this' == $from ) {69 } elseif ( 'press-this' === $from ) { 70 70 $install_actions['activate_plugin'] = sprintf( 71 71 '<a class="button button-primary" href="%s" target="_parent">%s</a>',
Note: See TracChangeset
for help on using the changeset viewer.