Changeset 47848 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 05/23/2020 11:36:36 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ms.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r47808 r47848 857 857 <h1><?php esc_html_e( 'Users' ); ?></h1> 858 858 859 <?php if ( 1 == count( $users ) ) : ?>859 <?php if ( 1 === count( $users ) ) : ?> 860 860 <p><?php _e( 'You have chosen to delete the user from all networks and sites.' ); ?></p> 861 861 <?php else : ?> … … 975 975 do_action( 'delete_user_form', $current_user, $allusers ); 976 976 977 if ( 1 == count( $users ) ) :977 if ( 1 === count( $users ) ) : 978 978 ?> 979 979 <p><?php _e( 'Once you hit “Confirm Deletion”, the user will be permanently removed.' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.