Changeset 3656
- Timestamp:
- 01/04/2011 07:51:18 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/header.php
r3655 r3656 12 12 13 13 <?php 14 if ( is_singular() && bp_is_blog_page() && get_option( 'thread_comments' ) )15 wp_enqueue_script( 'comment-reply' );14 if ( is_singular() && bp_is_blog_page() && get_option( 'thread_comments' ) ) 15 wp_enqueue_script( 'comment-reply' ); 16 16 17 wp_head();17 wp_head(); 18 18 ?> 19 19 </head>
Note: See TracChangeset
for help on using the changeset viewer.