Changeset 14339
- Timestamp:
- 05/02/2010 08:51:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/header.php
r14282 r14339 36 36 <link rel="profile" href="http://gmpg.org/xfn/11" /> 37 37 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" /> 38 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>38 <?php if ( is_singular() && get_option('thread_comments') ) wp_enqueue_script( 'comment-reply' ); ?> 39 39 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 40 40 <?php wp_head(); ?>
Note: See TracChangeset
for help on using the changeset viewer.