- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/customizer.php
r45768 r45932 139 139 'panel_' . $i, 140 140 array( 141 /* translators: %d is the front page section number*/141 /* translators: %d: The front page section number. */ 142 142 'label' => sprintf( __( 'Front Page Section %d Content', 'twentyseventeen' ), $i ), 143 143 'description' => ( 1 !== $i ? '' : __( 'Select pages to feature in each area from the dropdowns. Add an image to a section by setting a featured image in the page editor. Empty sections will not be displayed.', 'twentyseventeen' ) ),
Note: See TracChangeset
for help on using the changeset viewer.