Changeset 5696 for trunk/bp-messages/bp-messages-actions.php
- Timestamp:
- 02/10/2012 09:02:53 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-messages/bp-messages-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-actions.php
r5417 r5696 1 1 <?php 2 /******************************************************************************* 2 3 /** 4 * BuddyPress Messages Actions 5 * 3 6 * Action functions are exactly the same as screen functions, however they do not 4 7 * have a template screen associated with them. Usually they will send the user 5 8 * back to the default screen after execution. 9 * 10 * @package BuddyPress 11 * @subpackage SettingsLoader 6 12 */ 7 13 … … 108 114 } 109 115 add_action( 'bp_actions', 'messages_action_bulk_delete' ); 116 110 117 ?>
Note: See TracChangeset
for help on using the changeset viewer.