- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r47550 r47808 341 341 } 342 342 343 if ( is_front_page() && 'slider' == get_theme_mod( 'featured_content_layout' ) ) {343 if ( is_front_page() && 'slider' === get_theme_mod( 'featured_content_layout' ) ) { 344 344 wp_enqueue_script( 'twentyfourteen-slider', get_template_directory_uri() . '/js/slider.js', array( 'jquery' ), '20150120', true ); 345 345 wp_localize_script( … … 568 568 } 569 569 570 if ( is_front_page() && 'slider' == get_theme_mod( 'featured_content_layout' ) ) {570 if ( is_front_page() && 'slider' === get_theme_mod( 'featured_content_layout' ) ) { 571 571 $classes[] = 'slider'; 572 572 } elseif ( is_front_page() ) {
Note: See TracChangeset
for help on using the changeset viewer.