Changeset 232480 for sydney/2.39/js/customizer.js
- Timestamp:
- 06/24/2024 10:08:26 AM (17 months ago)
- Location:
- sydney/2.39
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from sydney/2.38)
-
js/customizer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sydney/2.39/js/customizer.js
r226783 r232480 1363 1363 } ); 1364 1364 }); 1365 1366 wp.customize( 'enable_block_templates', function( val ) { 1367 val.bind( function( to ) { 1368 $controls = ['block_templates_notice','enable_header_block_template', 'enable_footer_block_template', 'enable_single_block_template', 'enable_page_block_template', 'enable_archive_block_template', 'enable_search_block_template', 'enable_404_block_template']; 1369 if ( true === to ) { 1370 showControls( $controls ); 1371 } else { 1372 hideControls( $controls ); 1373 } 1374 } ); 1375 } ); 1365 1376 1366 1377 } )( jQuery );
Note: See TracChangeset
for help on using the changeset viewer.