Make WordPress Core

Changeset 45492

Timestamp:
06/05/2019 03:02:56 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge duplicate "A calendar of your site’s posts" strings used in the Calendar widget and the Calendar block in the editor.

Props jorgefilipecosta, ramiy.
Fixes #47485.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-calendar.php

    r44589 r45492  
    3232        $widget_ops = array(
    3333            'classname'                   => 'widget_calendar',
    34             'description'                 => __( 'A calendar of your site’s Posts.' ),
     34            'description'                 => __( 'A calendar of your siteosts.' ),
    3535            'customize_selective_refresh' => true,
    3636        );
Note: See TracChangeset for help on using the changeset viewer.