Make WordPress Core


Ignore:
Timestamp:
06/03/2023 04:16:55 PM (21 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Use strict comparison in wp-admin/network/users.php.

Follow-up to [12603], [18562].

Props aristath, poena, afercia, SergeyBiryukov.
See #57839.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/settings.php

    r55452 r55877  
    139139
    140140if ( isset( $_GET['updated'] ) ) {
    141     ?><div id="message" class="notice notice-success is-dismissible"><p><?php _e( 'Settings saved.' ); ?></p></div>
     141    ?>
     142    <div id="message" class="notice notice-success is-dismissible"><p><?php _e( 'Settings saved.' ); ?></p></div>
    142143    <?php
    143144}
Note: See TracChangeset for help on using the changeset viewer.