Changeset 4819 for trunk/bp-blogs/bp-blogs-activity.php
- Timestamp:
- 07/23/2011 05:34:34 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs/bp-blogs-activity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-activity.php
r4466 r4819 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; 9 7 10 8 11 function bp_blogs_register_activity_actions() {
Note: See TracChangeset
for help on using the changeset viewer.