Changeset 4822 for trunk/bp-friends/bp-friends-actions.php
- Timestamp:
- 07/23/2011 06:17:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-actions.php
r4647 r4822 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 friends_action_add_friend() {
Note: See TracChangeset
for help on using the changeset viewer.