Changeset 52978 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r52942 r52978 748 748 $some_non_rendered_areas_messages = array(); 749 749 $some_non_rendered_areas_messages[1] = html_entity_decode( 750 __( 'Your theme has 1 other widget area, but this particular page does n’t display it.' ),750 __( 'Your theme has 1 other widget area, but this particular page does not display it.' ), 751 751 ENT_QUOTES, 752 752 get_bloginfo( 'charset' ) … … 758 758 /* translators: %s: The number of other widget areas registered but not rendered. */ 759 759 _n( 760 'Your theme has %s other widget area, but this particular page does n’t display it.',761 'Your theme has %s other widget areas, but this particular page does n’t display them.',760 'Your theme has %s other widget area, but this particular page does not display it.', 761 'Your theme has %s other widget areas, but this particular page does not display them.', 762 762 $non_rendered_count 763 763 ), … … 772 772 $no_areas_shown_message = html_entity_decode( 773 773 sprintf( 774 __( 'Your theme has 1 widget area, but this particular page does n’t display it.' )774 __( 'Your theme has 1 widget area, but this particular page does not display it.' ) 775 775 ), 776 776 ENT_QUOTES, … … 782 782 /* translators: %s: The total number of widget areas registered. */ 783 783 _n( 784 'Your theme has %s widget area, but this particular page does n’t display it.',785 'Your theme has %s widget areas, but this particular page does n’t display them.',784 'Your theme has %s widget area, but this particular page does not display it.', 785 'Your theme has %s widget areas, but this particular page does not display them.', 786 786 $registered_sidebar_count 787 787 ),
Note: See TracChangeset
for help on using the changeset viewer.