Changeset 849 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/header.php
- Timestamp:
- 09/10/2014 06:49:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/header.php
r848 r849 41 41 ?></title> 42 42 <link rel="profile" href="http://gmpg.org/xfn/11" /> 43 <link rel="stylesheet" type="text/css" media="all" href="<?php echo get_stylesheet_uri(); ?>?v=2" />44 43 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 45 44 <?php 46 /* We add some JavaScript to pages with the comment form47 * to support sites with threaded comments (when in use).48 */49 if ( is_singular() && get_option( 'thread_comments' ) )50 wp_enqueue_script( 'comment-reply' );51 52 if ( is_front_page() || is_page('about') )53 wp_enqueue_script( 'jquery-cycle', get_stylesheet_directory_uri() . '/js/jquery.cycle.min.js', array( 'jquery' ) ) ;54 55 45 /* Always have wp_head() just before the closing </head> 56 46 * tag of your theme, or you will break many plugins, which
Note: See TracChangeset
for help on using the changeset viewer.