diff -r c7c34916027a -r 177826044cd9 wp/wp-includes/widgets/class-wp-widget-meta.php --- a/wp/wp-includes/widgets/class-wp-widget-meta.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-includes/widgets/class-wp-widget-meta.php Mon Oct 14 18:28:13 2019 +0200 @@ -25,8 +25,8 @@ */ public function __construct() { $widget_ops = array( - 'classname' => 'widget_meta', - 'description' => __( 'Login, RSS, & WordPress.org links.' ), + 'classname' => 'widget_meta', + 'description' => __( 'Login, RSS, & WordPress.org links.' ), 'customize_selective_refresh' => true, ); parent::__construct( 'meta', __( 'Meta' ), $widget_ops ); @@ -52,12 +52,12 @@ if ( $title ) { echo $args['before_title'] . $title . $args['after_title']; } - ?> + ?>
- +
+