diff --git a/wp-includes/functions.php b/wp-includes/functions.php index d9de8279d4..a7df7254ce 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -2318,7 +2318,7 @@ function wp_nonce_ays( $action ) { $title = __( 'WordPress Failure Notice' ); $html = wp_specialchars( wp_explain_nonce( $action ) ); if ( wp_get_referer() ) - $html .= "

" . __( 'Please try again.' ) . ""; + $html .= "

" . __( 'Please try again.' ) . ""; elseif ( 'log-out' == $action ) $html .= "

" . sprintf( __( "Do you really want to log out?"), wp_logout_url() );