Changeset 48111 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 06/20/2020 01:16:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r48110 r48111 825 825 <?php 826 826 /* translators: ▸ is the unicode right-pointing triangle. %s: Section title in the Customizer. */ 827 echo sprintf( __( 'Customizing ▸ %s' ), esc_html( $this->manager->get_panel( 'widgets' )->title ) );827 printf( __( 'Customizing ▸ %s' ), esc_html( $this->manager->get_panel( 'widgets' )->title ) ); 828 828 ?> 829 829 </span>
Note: See TracChangeset
for help on using the changeset viewer.