From af9671d7c54e148e893240b3b32f05483432bdf6 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 24 Feb 2010 16:45:33 +0000 Subject: [PATCH] Add missing tag. see #11891 fixes #12321 props ocean90 git-svn-id: https://develop.svn.wordpress.org/trunk@13373 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 e83c55b1b3..e53fc29479 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() {