- Timestamp:
- 04/28/2018 01:32:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/template-tags.php
r11989 r12008 18 18 * Fires at the begining of the templates BP injected content. 19 19 * 20 * @since 2.3.0 (BuddyPress)20 * @since 2.3.0 21 21 */ 22 22 do_action( 'bp_before_directory_activity' ); … … 25 25 * Fires before the activity directory display content. 26 26 * 27 * @since 1.2.0 (BuddyPress)27 * @since 1.2.0 28 28 */ 29 29 do_action( 'bp_before_directory_activity_content' ); … … 176 176 * Fires after the display of an activity entry content. 177 177 * 178 * @since 1.2.0 (BuddyPress)178 * @since 1.2.0 179 179 */ 180 180 do_action( 'bp_activity_entry_content' ); … … 196 196 * Fires at the end of the activity entry meta data area. 197 197 * 198 * @since 1.2.0 (BuddyPress)198 * @since 1.2.0 199 199 */ 200 200 do_action( 'bp_activity_entry_meta' ); … … 586 586 * Filters the opening tag for the template that lists activity comments. 587 587 * 588 * @since 1.6.0 (BuddyPress)588 * @since 1.6.0 589 589 * 590 590 * @param string $value Opening tag for the HTML markup to use. … … 600 600 * Fires before the display of an activity comment. 601 601 * 602 * @since 1.5.0 (BuddyPress)602 * @since 1.5.0 603 603 */ 604 604 do_action( 'bp_before_activity_comment' ); … … 609 609 * Fires after the display of an activity comment. 610 610 * 611 * @since 1.5.0 (BuddyPress)611 * @since 1.5.0 612 612 */ 613 613 do_action( 'bp_after_activity_comment' ); … … 619 619 * Filters the closing tag for the template that list activity comments. 620 620 * 621 * @since 1.6.0 (BuddyPress)621 * @since 1.6.0 622 622 * 623 623 * @param string $value Closing tag for the HTML markup to use. … … 672 672 * Fires after the activity entry comment form. 673 673 * 674 * @since 1.5.0 (BuddyPress)674 * @since 1.5.0 675 675 */ 676 676 do_action( 'bp_activity_entry_comments' ); … … 691 691 * Fires after the defualt comment action options display. 692 692 * 693 * @since 1.6.0 (BuddyPress)693 * @since 1.6.0 694 694 */ 695 695 do_action( 'bp_activity_comment_options' );
Note: See TracChangeset
for help on using the changeset viewer.