- Timestamp:
- 04/24/2023 02:32:27 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/blogs/functions.php
r13442 r13461 4 4 * 5 5 * @since 3.0.0 6 * @version 3.1.06 * @version 12.0.0 7 7 */ 8 8 … … 226 226 } 227 227 add_filter( 'bp_get_blog_class', 'bp_nouveau_blog_loop_item_has_lastest_post' ); 228 229 /** 230 * Register Blogs Ajax actions. 231 * 232 * @since 12.0.0 233 */ 234 function bp_nouveau_register_blogs_ajax_actions() { 235 bp_ajax_register_action( 'blogs_filter' ); 236 }
Note: See TracChangeset
for help on using the changeset viewer.