- Timestamp:
- 02/12/2018 08:52:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/blogs/ajax.php
r11686 r11856 14 14 * @todo this funciton CANNOT be run when the file is included (like it is now). Move to a function and hook to something. 15 15 */ 16 bp_nouveau_register_ajax_actions( array( 17 array( 'blogs_filter' => array( 'function' => 'bp_nouveau_ajax_object_template_loader', 'nopriv' => true ) ), 18 ) ); 16 bp_nouveau_register_ajax_actions( 17 array( 18 array( 19 'blogs_filter' => array( 20 'function' => 'bp_nouveau_ajax_object_template_loader', 21 'nopriv' => true, 22 ), 23 ), 24 ) 25 );
Note: See TracChangeset
for help on using the changeset viewer.