Skip to:
Content

BuddyPress.org

Changeset 3401


Ignore:
Timestamp:
11/12/2010 03:21:08 PM (14 years ago)
Author:
boonebgorges
Message:

Adds do_action hooks before and after the forums directory form. Fixes #2139. Props r-a-y

File:
1 edited

Legend:

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

    r3306 r3401  
    33    <div id="content">
    44        <div class="padder">
     5
     6        <?php do_action( 'bp_before_directory_forums' ) ?>
    57
    68        <form action="" method="post" id="forums-search-form" class="dir-form">
     
    114116
    115117        </form>
     118       
     119        <?php do_action( 'bp_after_directory_forums' ) ?>
    116120
    117121        </div><!-- .padder -->
Note: See TracChangeset for help on using the changeset viewer.