From f474e9da607abb2dd989231c58ff15758f75e2a1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 19 Feb 2013 02:06:21 +0000 Subject: [PATCH] Add a missing closing tag. fixes #23510. see #14358. git-svn-id: https://develop.svn.wordpress.org/trunk@23454 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/default-widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index 0e27859d5a..2545957e1f 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -315,7 +315,7 @@ class WP_Widget_Meta extends WP_Widget {
  • RSS'); ?>
  • RSS'); ?>
  • - %s', + %s', esc_url( __( 'http://wordpress.org/' ) ), esc_attr__( 'Powered by WordPress, state-of-the-art semantic personal publishing platform.' ), _x( 'WordPress.org', 'meta widget link text' )