- 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/plugins.php
r9819 r10150 9 9 * @subpackage bp-legacy 10 10 */ 11 ?>12 13 <?php14 11 15 12 /** 16 13 * Fires at the start of the member plugin template. 17 14 * 18 * @since BuddyPress (1.2.0)15 * @since 1.2.0 19 16 */ 20 17 do_action( 'bp_before_member_plugin_template' ); ?> … … 31 28 * Fires inside the member plugin template nav <ul> tag. 32 29 * 33 * @since BuddyPress (1.2.2)30 * @since 1.2.2 34 31 */ 35 32 do_action( 'bp_member_plugin_options_nav' ); ?> … … 44 41 * Fires inside the member plugin template <h3> tag. 45 42 * 46 * @since BuddyPress (1.0.0)43 * @since 1.0.0 47 44 */ 48 45 do_action( 'bp_template_title' ); ?></h3> … … 53 50 * Fires and displays the member plugin template content. 54 51 * 55 * @since BuddyPress (1.0.0)52 * @since 1.0.0 56 53 */ 57 54 do_action( 'bp_template_content' ); ?> … … 62 59 * Fires at the end of the member plugin template. 63 60 * 64 * @since BuddyPress (1.2.0)61 * @since 1.2.0 65 62 */ 66 63 do_action( 'bp_after_member_plugin_template' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.