Changeset 5714 for trunk/bp-groups/bp-groups-functions.php
- Timestamp:
- 02/11/2012 05:01:43 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-functions.php
r5689 r5714 1 1 <?php 2 2 3 /** 4 * BuddyPress Groups Functions 5 * 3 6 * Functions are where all the magic happens in BuddyPress. They will 4 7 * handle the actual saving or manipulation of information. Usually they will 5 8 * hand off to a database class for data access, then return 6 9 * true or false on success or failure. 10 * 11 * @package BuddyPress 12 * @subpackage GroupsFunctions 7 13 */ 8 14
Note: See TracChangeset
for help on using the changeset viewer.