Changeset 54752 for branches/6.1/src/wp-includes/functions.php
- Timestamp:
- 11/05/2022 05:28:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/src/wp-includes/functions.php
r54713 r54752 3568 3568 get_bloginfo( 'name' ) 3569 3569 ); 3570 $html = $title; 3571 $html .= '</p><p>'; 3570 3572 3571 $redirect_to = isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : ''; 3573 $html .= sprintf( 3572 3573 $html = $title; 3574 $html .= '</p><p>'; 3575 $html .= sprintf( 3574 3576 /* translators: %s: Logout URL. */ 3575 3577 __( 'Do you really want to <a href="%s">log out</a>?' ), … … 3578 3580 } else { 3579 3581 $html = __( 'The link you followed has expired.' ); 3582 3580 3583 if ( wp_get_referer() ) { 3581 3584 $wp_http_referer = remove_query_arg( 'updated', wp_get_referer() ); 3582 3585 $wp_http_referer = wp_validate_redirect( esc_url_raw( $wp_http_referer ) ); 3586 3583 3587 $html .= '</p><p>'; 3584 3588 $html .= sprintf(
Note: See TracChangeset
for help on using the changeset viewer.