From ea1c1a370bdb75aab938ad92d18c63b2fd8b96fc Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@18281 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 a7a293506..c7ce74185 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 .= '
'; }