Changeset 10150 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/notices-loop.php
- 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/messages/notices-loop.php
r9863 r10150 1 1 <?php 2 /** 3 * BuddyPress - Members Single Messages Notice Loop 4 * @package BuddyPress 5 * @subpackage bp-legacy 6 */ 2 7 3 8 /** 4 9 * Fires before the members notices loop. 5 10 * 6 * @since BuddyPress (1.2.0)11 * @since 1.2.0 7 12 */ 8 13 do_action( 'bp_before_notices_loop' ); ?> … … 27 32 * Fires after the members notices pagination display. 28 33 * 29 * @since BuddyPress (1.2.0)34 * @since 1.2.0 30 35 */ 31 36 do_action( 'bp_after_notices_pagination' ); ?> … … 35 40 * Fires before the members notice items. 36 41 * 37 * @since BuddyPress (1.2.0)42 * @since 1.2.0 38 43 */ 39 44 do_action( 'bp_before_notices' ); ?> … … 63 68 * Fires inside the display of a member notice list item. 64 69 * 65 * @since BuddyPress (1.2.0)70 * @since 1.2.0 66 71 */ 67 72 do_action( 'bp_notices_list_item' ); ?> … … 80 85 * Fires after the members notice items. 81 86 * 82 * @since BuddyPress (1.2.0)87 * @since 1.2.0 83 88 */ 84 89 do_action( 'bp_after_notices' ); ?> … … 97 102 * Fires after the members notices loop. 98 103 * 99 * @since BuddyPress (1.2.0)104 * @since 1.2.0 100 105 */ 101 106 do_action( 'bp_after_notices_loop' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.