From 9ec5ce818a2327cf3c4428ecbd22be29f96ef32e Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 24 Feb 2010 16:45:33 +0000 Subject: [PATCH] Add missing tag. see #11891 fixes #12321 props ocean90 git-svn-id: http://svn.automattic.com/wordpress/trunk@13373 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 e83c55b1b..e53fc2947 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -649,7 +649,7 @@ function wp_dashboard_recent_comments_control() { $number = isset( $widget_options['dashboard_recent_comments']['items'] ) ? (int) $widget_options['dashboard_recent_comments']['items'] : ''; echo '

'; - echo ' ' . __( '(at most 15)' ) . '

'; + echo ' ' . __( '(at most 15)' ) . '

'; } function wp_dashboard_incoming_links() {