Skip to:
Content

BuddyPress.org

Changeset 3656


Ignore:
Timestamp:
01/04/2011 07:51:18 PM (13 years ago)
Author:
djpaul
Message:

Flatten indentation in previous commit ([3655])

File:
1 edited

Legend:

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

    r3655 r3656  
    1212
    1313        <?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' );
    1616
    17             wp_head();
     17        wp_head();
    1818        ?>
    1919    </head>
Note: See TracChangeset for help on using the changeset viewer.