mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 21:54:28 +00:00
Coding Standards: Fix WPCS issues in wp-admin/plugin-editor.php and wp-admin/theme-editor.php.
See #49542. git-svn-id: https://develop.svn.wordpress.org/trunk@47845 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -221,7 +221,7 @@ $content = esc_textarea( $content );
|
||||
<?php
|
||||
foreach ( $plugins as $plugin_key => $a_plugin ) {
|
||||
$plugin_name = $a_plugin['Name'];
|
||||
if ( $plugin_key == $plugin ) {
|
||||
if ( $plugin_key === $plugin ) {
|
||||
$selected = " selected='selected'";
|
||||
} else {
|
||||
$selected = '';
|
||||
|
||||
Reference in New Issue
Block a user