Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/23/2015 05:14:51 AM (11 years ago)
Author:
tw2113
Message:

Adds more hooks documentation for the groups template files.

See #5948.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/send-invites.php

    r9604 r9788  
    1 <?php do_action( 'bp_before_group_send_invites_content' ); ?>
     1<?php
     2
     3/**
     4 * Fires before the send invites content.
     5 *
     6 * @since BuddyPress (1.1.0)
     7 */
     8do_action( 'bp_before_group_send_invites_content' ); ?>
    29
    310<?php
     
    3643<?php endif; ?>
    3744
    38 <?php do_action( 'bp_after_group_send_invites_content' ); ?>
     45<?php
     46
     47/**
     48 * Fires after the send invites content.
     49 *
     50 * @since BuddyPress (1.2.0)
     51 */
     52do_action( 'bp_after_group_send_invites_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.