Changeset 45932 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 09/03/2019 12:39:13 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r45644 r45932 733 733 $some_non_rendered_areas_messages[ $non_rendered_count ] = html_entity_decode( 734 734 sprintf( 735 /* translators: %s: the number of other widget areas registered but not rendered*/735 /* translators: %s: The number of other widget areas registered but not rendered. */ 736 736 _n( 737 737 'Your theme has %s other widget area, but this particular page doesn’t display it.', … … 757 757 $no_areas_shown_message = html_entity_decode( 758 758 sprintf( 759 /* translators: %s: the total number of widget areas registered*/759 /* translators: %s: The total number of widget areas registered. */ 760 760 _n( 761 761 'Your theme has %s widget area, but this particular page doesn’t display it.', … … 788 788 'reorderModeOff' => __( 'Reorder mode closed' ), 789 789 'reorderLabelOn' => esc_attr__( 'Reorder widgets' ), 790 /* translators: %d: the number of widgets found*/790 /* translators: %d: The number of widgets found. */ 791 791 'widgetsFound' => __( 'Number of widgets found: %d' ), 792 792 'noWidgetsFound' => __( 'No widgets found.' ), … … 826 826 <span class="customize-action"> 827 827 <?php 828 /* translators: ▸ is the unicode right-pointing triangle , and %s is the section title in the Customizer*/828 /* translators: ▸ is the unicode right-pointing triangle. %s: Section title in the Customizer. */ 829 829 echo sprintf( __( 'Customizing ▸ %s' ), esc_html( $this->manager->get_panel( 'widgets' )->title ) ); 830 830 ?>
Note: See TracChangeset
for help on using the changeset viewer.