Skip to:
Content

BuddyPress.org

Ticket #3489: patch.diff

File patch.diff, 1.3 KB (added by Jonnyauk, 13 years ago)
  • bp-themes/bp-default/forums/single/forum.php

    ### Eclipse Workspace Patch 1.0
    #P BUDDYPRESS TRUNK SVN
     
    33        <div id="content">
    44                <div class="padder">
    55
    6                         <?php do_action( 'bp_before_group_home_content' ) ?>
     6                        <?php do_action( 'bp_before_directory_forums_content' ); ?>
    77
    88                                <div id="item-header" role="complementary">
    99
     
    1616                                                <ul>
    1717
    1818                                                        <li>
    19                                                                 <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ) ?></a>
     19                                                                <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ); ?></a>
    2020                                                        </li>
    2121
    2222                                                        <?php if ( bp_forums_has_directory() ) : ?>
    2323
    2424                                                                <li>
    25                                                                         <a href="<?php bp_forums_directory_permalink() ?>"><?php _e( 'Forum Directory', 'buddypress') ?></a>
     25                                                                        <a href="<?php bp_forums_directory_permalink() ?>"><?php _e( 'Forum Directory', 'buddypress'); ?></a>
    2626                                                                </li>
    2727
    2828                                                        <?php endif; ?>
     
    6262        <?php do_action( 'bp_after_directory_forums_content' ); ?>
    6363
    6464<?php get_sidebar( 'buddypress' ); ?>
    65 <?php get_footer( 'buddypress' ); ?>
     65<?php get_footer( 'buddypress' ); ?>
     66 No newline at end of file