Changeset 3655 for trunk/bp-themes/bp-default/header.php
- Timestamp:
- 01/04/2011 07:47:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/header.php
r3600 r3655 11 11 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ) ?>" /> 12 12 13 <?php wp_head(); ?> 13 <?php 14 if ( is_singular() && bp_is_blog_page() && get_option( 'thread_comments' ) ) 15 wp_enqueue_script( 'comment-reply' ); 16 17 wp_head(); 18 ?> 14 19 </head> 15 20
Note: See TracChangeset
for help on using the changeset viewer.