Changeset 45932 for trunk/src/wp-includes/class-wp-customize-section.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r42747 r45932 225 225 226 226 if ( $this->panel ) { 227 /* translators: ▸ is the unicode right-pointing triangle , and %s is the section title in the Customizer*/227 /* translators: ▸ is the unicode right-pointing triangle. %s: Section title in the Customizer. */ 228 228 $array['customizeAction'] = sprintf( __( 'Customizing ▸ %s' ), esc_html( $this->manager->get_panel( $this->panel )->title ) ); 229 229 } else {
Note: See TracChangeset
for help on using the changeset viewer.