I18N: Correct encoding for wp-includes/widgets/class-wp-widget-calendar.php, accidentally saved in ANSI instead of UTF-8.
See #47485. Built from https://develop.svn.wordpress.org/trunk@45493 git-svn-id: http://core.svn.wordpress.org/trunk@45304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -31,7 +31,7 @@ class WP_Widget_Calendar extends WP_Widget {
|
||||
public function __construct() {
|
||||
$widget_ops = array(
|
||||
'classname' => 'widget_calendar',
|
||||
'description' => __( 'A calendar of your site<EFBFBD>s posts.' ),
|
||||
'description' => __( 'A calendar of your site’s posts.' ),
|
||||
'customize_selective_refresh' => true,
|
||||
);
|
||||
parent::__construct( 'calendar', __( 'Calendar' ), $widget_ops );
|
||||
|
||||
Reference in New Issue
Block a user