mirror of
git://develop.git.wordpress.org/
synced 2025-05-06 03:45:24 +02:00
Coding Standards: Use strict comparison in wp-admin/plugin-install.php
.
Follow-up to [11366]. See #54728. git-svn-id: https://develop.svn.wordpress.org/trunk@52534 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6223e0cf1e
commit
b9bb489d1d
@ -52,7 +52,7 @@ $title = __( 'Add Plugins' );
|
||||
$parent_file = 'plugins.php';
|
||||
|
||||
wp_enqueue_script( 'plugin-install' );
|
||||
if ( 'plugin-information' != $tab ) {
|
||||
if ( 'plugin-information' !== $tab ) {
|
||||
add_thickbox();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user