Changeset 4819 for trunk/bp-activity/bp-activity-actions.php
- Timestamp:
- 07/23/2011 05:34:34 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-actions.php
r4817 r4819 1 1 <?php 2 // Exit if accessed directly3 if ( !defined( 'ABSPATH' ) ) exit;4 5 2 /******************************************************************************* 6 3 * Action functions are exactly the same as screen functions, however they do … … 8 5 * user back to the default screen after execution. 9 6 */ 7 8 // Exit if accessed directly 9 if ( !defined( 'ABSPATH' ) ) exit; 10 10 11 11 // Allow core components and dependent plugins to register activity actions
Note: See TracChangeset
for help on using the changeset viewer.