Changeset 6261
- Timestamp:
- 08/23/2012 05:16:18 PM (12 years ago)
- Location:
- branches/1.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/bp-core/bp-core-widgets.php
r6022 r6261 325 325 } 326 326 add_action( 'wp_ajax_widget_members', 'bp_core_ajax_widget_members' ); 327 add_action( 'wp_ajax_nopriv_widget_members', 'bp_core_ajax_widget_members' ); 327 328 328 329 ?> -
branches/1.6/bp-groups/bp-groups-widgets.php
r5751 r6261 206 206 } 207 207 add_action( 'wp_ajax_widget_groups_list', 'groups_ajax_widget_groups_list' ); 208 add_action( 'wp_ajax_nopriv_widget_groups_list', 'groups_ajax_widget_groups_list' ); 208 209 209 210 ?>
Note: See TracChangeset
for help on using the changeset viewer.