Changeset 5714 for trunk/bp-groups/bp-groups-notifications.php
- Timestamp:
- 02/11/2012 05:01:43 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-notifications.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-notifications.php
r5689 r5714 1 1 <?php 2 3 /** 4 * BuddyPress Groups Notification Functions 5 * 6 * These functions handle the recording, deleting and formatting of notifications 7 * for the user and for this specific component. 8 * 9 * @package BuddyPress 10 * @subpackage GroupsActivity 11 */ 12 2 13 // Exit if accessed directly 3 14 if ( !defined( 'ABSPATH' ) ) exit;
Note: See TracChangeset
for help on using the changeset viewer.