Changeset 56245 for trunk/src/wp-login.php
- Timestamp:
- 07/17/2023 01:16:14 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r56157 r56245 1363 1363 } elseif ( isset( $_GET['registration'] ) && 'disabled' === $_GET['registration'] ) { 1364 1364 $errors->add( 'registerdisabled', __( '<strong>Error:</strong> User registration is currently not allowed.' ) ); 1365 } elseif ( str pos( $redirect_to, 'about.php?updated' ) ) {1365 } elseif ( str_contains( $redirect_to, 'about.php?updated' ) ) { 1366 1366 $errors->add( 'updated', __( '<strong>You have successfully updated WordPress!</strong> Please log back in to see what’s new.' ), 'message' ); 1367 1367 } elseif ( WP_Recovery_Mode_Link_Service::LOGIN_ACTION_ENTERED === $action ) {
Note: See TracChangeset
for help on using the changeset viewer.