- Timestamp:
- 08/03/2023 12:08:30 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/template-tags.php
r56121 r56352 141 141 */ 142 142 function twentyseventeen_front_page_section( $partial = null, $id = 0 ) { 143 if ( is_a( $partial, 'WP_Customize_Partial' )) {143 if ( $partial instanceof WP_Customize_Partial ) { 144 144 // Find out the ID and set it up during a selective refresh. 145 145 global $twentyseventeencounter;
Note: See TracChangeset
for help on using the changeset viewer.