Changeset 4822 for trunk/bp-friends/bp-friends-activity.php
- Timestamp:
- 07/23/2011 06:17:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-activity.php
r4647 r4822 1 1 <?php 2 3 2 /** 4 3 * These functions handle the recording, deleting and formatting of activity and 5 4 * notifications for the user and for this specific component. 6 5 */ 6 7 // Exit if accessed directly 8 if ( !defined( 'ABSPATH' ) ) exit; 7 9 8 10 function friends_record_activity( $args = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.