Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/04/2011 07:47:03 PM (14 years ago)
Author:
djpaul
Message:

Enqueue comment-reply javascript in header.php. Fixes #2995

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/header.php

    r3600 r3655  
    1111        <link rel="pingback" href="<?php bloginfo( 'pingback_url' ) ?>" />
    1212
    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        ?>
    1419    </head>
    1520
Note: See TracChangeset for help on using the changeset viewer.