- Timestamp:
- 04/28/2018 01:32:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/blogs/template-tags.php
r11899 r12008 19 19 * Fires at the begining of the templates BP injected content. 20 20 * 21 * @since 2.3.0 (BuddyPress)21 * @since 2.3.0 22 22 */ 23 23 do_action( 'bp_before_directory_blogs_page' ); … … 26 26 * Fires before the display of the blogs. 27 27 * 28 * @since 1.5.0 (BuddyPress)28 * @since 1.5.0 29 29 */ 30 30 do_action( 'bp_before_directory_blogs' ); … … 33 33 * Fires before the display of the blogs listing content. 34 34 * 35 * @since 3.0.0 (BuddyPress)35 * @since 3.0.0 36 36 */ 37 37 do_action( 'bp_before_directory_blogs_content' ); … … 40 40 * Fires before the display of the blogs list tabs. 41 41 * 42 * @since 2.3.0 (BuddyPress)42 * @since 2.3.0 43 43 */ 44 44 do_action( 'bp_before_directory_blogs_tabs' ); … … 54 54 * Fires inside and displays the blogs content. 55 55 * 56 * @since 3.0.0 (BuddyPress)56 * @since 3.0.0 57 57 */ 58 58 do_action( 'bp_directory_blogs_content' ); … … 61 61 * Fires after the display of the blogs listing content. 62 62 * 63 * @since 3.0.0 (BuddyPress)63 * @since 3.0.0 64 64 */ 65 65 do_action( 'bp_after_directory_blogs_content' ); … … 68 68 * Fires at the bottom of the blogs directory template file. 69 69 * 70 * @since 1.5.0 (BuddyPress)70 * @since 1.5.0 71 71 */ 72 72 do_action( 'bp_after_directory_blogs' ); … … 75 75 * Fires at the bottom of the blogs directory template file. 76 76 * 77 * @since 2.3.0 (BuddyPress)77 * @since 2.3.0 78 78 */ 79 79 do_action( 'bp_after_directory_blogs_page' ); … … 114 114 * Fires after the listing of a blog item in the blogs loop. 115 115 * 116 * @since 1.2.0 (BuddyPress)116 * @since 1.2.0 117 117 */ 118 118 do_action( 'bp_directory_blogs_item' );
Note: See TracChangeset
for help on using the changeset viewer.