- Timestamp:
- 10/22/2013 04:36:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r25856 r25864 240 240 wp_enqueue_script( 'jquery-masonry' ); 241 241 242 wp_enqueue_script( 'twentyfourteen- theme', get_template_directory_uri() . '/js/theme.js', array( 'jquery' ), '20130820', true );242 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20131011', true ); 243 243 244 244 // Add Lato font used in the main stylesheet. … … 375 375 $classes[] = 'group-blog'; 376 376 377 if ( get_header_image() ) 378 $classes[] = 'header-image'; 379 else 380 $classes[] = 'masthead-fixed'; 381 377 382 if ( is_archive() || is_search() || is_home() ) 378 383 $classes[] = 'list-view';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)