- 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/blogs/blogs-loop.php
r9896 r10150 1 1 <?php 2 3 2 /** 4 3 * BuddyPress - Blogs Loop … … 10 9 */ 11 10 12 ?>13 14 <?php15 16 11 /** 17 12 * Fires before the start of the blogs loop. 18 13 * 19 * @since BuddyPress (1.2.0)14 * @since 1.2.0 20 15 */ 21 16 do_action( 'bp_before_blogs_loop' ); ?> … … 40 35 * Fires before the blogs directory list. 41 36 * 42 * @since BuddyPress (1.1.0)37 * @since 1.1.0 43 38 */ 44 39 do_action( 'bp_before_directory_blogs_list' ); ?> … … 62 57 * Fires after the listing of a blog item in the blogs loop. 63 58 * 64 * @since BuddyPress (1.2.0)59 * @since 1.2.0 65 60 */ 66 61 do_action( 'bp_directory_blogs_item' ); ?> … … 74 69 * Fires inside the blogs action listing area. 75 70 * 76 * @since BuddyPress (1.1.0)71 * @since 1.1.0 77 72 */ 78 73 do_action( 'bp_directory_blogs_actions' ); ?> … … 98 93 * Fires after the blogs directory list. 99 94 * 100 * @since BuddyPress (1.1.0)95 * @since 1.1.0 101 96 */ 102 97 do_action( 'bp_after_directory_blogs_list' ); ?> … … 133 128 * Fires after the display of the blogs loop. 134 129 * 135 * @since BuddyPress (1.2.0)130 * @since 1.2.0 136 131 */ 137 132 do_action( 'bp_after_blogs_loop' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.