- Timestamp:
- 09/27/2015 06:04:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/forums.php
r9819 r10150 1 1 <?php 2 3 2 /** 4 3 * BuddyPress - Users Forums … … 27 26 * Fires inside the members forums order options select input. 28 27 * 29 * @since BuddyPress (1.2.0)28 * @since 1.2.0 30 29 */ 31 30 do_action( 'bp_forums_directory_order_options' ); ?> … … 46 45 * Fires before the display of member forums content. 47 46 * 48 * @since BuddyPress (1.5.0)47 * @since 1.5.0 49 48 */ 50 49 do_action( 'bp_before_member_forums_content' ); ?> … … 61 60 * Fires after the display of member forums content. 62 61 * 63 * @since BuddyPress (1.5.0)62 * @since 1.5.0 64 63 */ 65 64 do_action( 'bp_after_member_forums_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.