- 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/groups/single/forum.php
r10102 r10150 1 1 <?php 2 /** 3 * BuddyPress - Groups Single Forum 4 * @package BuddyPress 5 * @subpackage bp-legacy 6 */ 2 7 3 8 /** 4 9 * Fires before the display of a group's forum content. 5 10 * 6 * @since BuddyPress (1.2.0)11 * @since 1.2.0 7 12 */ 8 13 do_action( 'bp_before_group_forum_content' ); … … 71 76 * Fires after the display of a group's forum content. 72 77 * 73 * @since BuddyPress (1.2.0)78 * @since 1.2.0 74 79 */ 75 80 do_action( 'bp_after_group_forum_content' ); ?> … … 87 92 * Fires before the display of a group forum new post form. 88 93 * 89 * @since BuddyPress (1.2.0)94 * @since 1.2.0 90 95 */ 91 96 do_action( 'bp_before_group_forum_post_new' ); ?> … … 112 117 * Fires after the display of a group forum new post form. 113 118 * 114 * @since BuddyPress (1.2.0)119 * @since 1.2.0 115 120 */ 116 121 do_action( 'bp_after_group_forum_post_new' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.