Changeset 60279 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 06/05/2025 08:43:08 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r59676 r60279 922 922 <h3> 923 923 <span class="customize-action"> 924 <?php 924 <?php 925 $panel = $this->manager->get_panel( 'widgets' ); 926 $panel_title = $panel && isset( $panel->title ) ? $panel->title : __( 'Widgets' ); 925 927 /* translators: ▸ is the unicode right-pointing triangle. %s: Section title in the Customizer. */ 926 printf( __( 'Customizing ▸ %s' ), esc_html( $ this->manager->get_panel( 'widgets' )->title ) );927 ?>928 printf( __( 'Customizing ▸ %s' ), esc_html( $panel_title ) ); 929 ?> 928 930 </span> 929 931 <?php _e( 'Add a Widget' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.