- 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/index.php
r9891 r10150 1 1 <?php 2 /** 3 * BuddyPress - Blogs 4 * @package BuddyPress 5 * @subpackage bp-legacy 6 */ 2 7 3 8 /** 4 9 * Fires at the top of the blogs directory template file. 5 10 * 6 * @since BuddyPress (2.3.0)11 * @since 2.3.0 7 12 */ 8 13 do_action( 'bp_before_directory_blogs_page' ); ?> … … 15 20 * Fires before the display of the blogs 16 21 * 17 * @since BuddyPress (1.5.0)22 * @since 1.5.0 18 23 */ 19 24 do_action( 'bp_before_directory_blogs' ); ?> … … 24 29 * Fires before the display of the blogs listing content. 25 30 * 26 * @since BuddyPress (1.1.0)31 * @since 1.1.0 27 32 */ 28 33 do_action( 'bp_before_directory_blogs_content' ); ?> … … 37 42 * Fires before the display of the blogs list tabs. 38 43 * 39 * @since BuddyPress (2.3.0)44 * @since 2.3.0 40 45 */ 41 46 do_action( 'bp_before_directory_blogs_tabs' ); ?> … … 58 63 * Fires inside the unordered list displaying blog types. 59 64 * 60 * @since BuddyPress (1.2.0)65 * @since 1.2.0 61 66 */ 62 67 do_action( 'bp_blogs_directory_blog_types' ); ?> … … 73 78 * Fires inside the unordered list displaying blog sub-types. 74 79 * 75 * @since BuddyPress (1.5.0)80 * @since 1.5.0 76 81 */ 77 82 do_action( 'bp_blogs_directory_blog_sub_types' ); ?> … … 90 95 * Fires inside the select input listing blogs orderby options. 91 96 * 92 * @since BuddyPress (1.2.0)97 * @since 1.2.0 93 98 */ 94 99 do_action( 'bp_blogs_directory_order_options' ); ?> … … 110 115 * Fires inside and displays the blogs content. 111 116 * 112 * @since BuddyPress (1.1.0)117 * @since 1.1.0 113 118 */ 114 119 do_action( 'bp_directory_blogs_content' ); ?> … … 121 126 * Fires after the display of the blogs listing content. 122 127 * 123 * @since BuddyPress (1.1.0)128 * @since 1.1.0 124 129 */ 125 130 do_action( 'bp_after_directory_blogs_content' ); ?> … … 132 137 * Fires at the bottom of the blogs directory template file. 133 138 * 134 * @since BuddyPress (1.5.0)139 * @since 1.5.0 135 140 */ 136 141 do_action( 'bp_after_directory_blogs' ); ?> … … 143 148 * Fires at the bottom of the blogs directory template file. 144 149 * 145 * @since BuddyPress (2.3.0)150 * @since 2.3.0 146 151 */ 147 152 do_action( 'bp_after_directory_blogs_page' );
Note: See TracChangeset
for help on using the changeset viewer.