From 6a8a7a76b4c9d271614f5a873224d55dc003943b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 15 Feb 2013 16:20:14 +0000 Subject: [PATCH] Filter "Powered by WordPress" text in Meta widget. props Viper007Bond, wonderboymusic. fixes #14358. git-svn-id: http://core.svn.wordpress.org/trunk@23424 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-widgets.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index ae8e926eb9..0e27859d5a 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -315,10 +315,11 @@ class WP_Widget_Meta extends WP_Widget {
  • RSS'); ?>
  • RSS'); ?>
  • -
  • + %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' ) + ) ); ?>