diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index a7a2935069..c7ce74185a 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1185,7 +1185,7 @@ function wp_dashboard_browser_nag() { } $notice .= "

{$msg}

"; $notice .= sprintf( __( '

Update %2$s or learn how to browse happy

' ), esc_attr( $response['update_url'] ), esc_html( $response['name'] ), 'http://browsehappy.com/' ); - $notice .= '

' . __( 'Dismiss' ) . '

'; + $notice .= '

' . __( 'Dismiss' ) . '

'; $notice .= '
'; }