Changeset 5689 for trunk/bp-groups/bp-groups-actions.php
- Timestamp:
- 02/10/2012 01:17:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-actions.php
r5620 r5689 1 1 <?php 2 /******************************************************************************** 3 * Action Functions 2 3 /** 4 * BuddyPress Groups Activity & Notification Functions 4 5 * 5 6 * Action functions are exactly the same as screen functions, however they do not 6 7 * have a template screen associated with them. Usually they will send the user 7 8 * back to the default screen after execution. 9 * 10 * @package BuddyPress 11 * @subpackage GroupsActions 8 12 */ 9 13 … … 288 292 289 293 function groups_action_redirect_to_random_group() { 290 global $bp, $wpdb;291 294 292 295 if ( bp_is_groups_component() && isset( $_GET['random-group'] ) ) { … … 316 319 } 317 320 add_action( 'bp_actions', 'groups_action_group_feed' ); 321 318 322 ?>
Note: See TracChangeset
for help on using the changeset viewer.