Changeset 4825 for trunk/bp-messages/bp-messages-actions.php
- Timestamp:
- 07/23/2011 06:23:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-actions.php
r4783 r4825 1 1 <?php 2 3 2 /******************************************************************************* 4 3 * Action functions are exactly the same as screen functions, however they do not … … 6 5 * back to the default screen after execution. 7 6 */ 7 8 // Exit if accessed directly 9 if ( !defined( 'ABSPATH' ) ) exit; 8 10 9 11 function messages_action_view_message() {
Note: See TracChangeset
for help on using the changeset viewer.