- Timestamp:
- 10/28/2016 09:00:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/template-tags.php
r38986 r38998 150 150 151 151 wp_reset_postdata(); 152 } else {152 } elseif ( is_customize_preview() ) { 153 153 // The output placeholder anchor. 154 154 echo '<article class="panel-placeholder panel twentyseventeen-panel twentyseventeen-panel' . $id . '" id="panel' . $id . '"><span class="twentyseventeen-panel-title">' . sprintf( __( 'Panel %1$s Placeholder', 'twentyseventeen' ), $id ) . '</span></article>';
Note: See TracChangeset
for help on using the changeset viewer.