From 80d166905abe590ad26f283d70c0f496835ba14e Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 11 Jun 2011 21:14:03 +0000 Subject: [PATCH] Browser nag dismiss: hide-if-no-js. props duck_, see #17766. git-svn-id: https://develop.svn.wordpress.org/trunk@18281 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '
'; }