Changeset 5714 for trunk/bp-groups/bp-groups-screens.php
- Timestamp:
- 02/11/2012 05:01:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-screens.php
r5689 r5714 1 1 <?php 2 /******************************************************************************** 3 * Screen Functions 2 3 /** 4 * BuddyPress Groups Screen Functions 4 5 * 5 6 * Screen functions are the controllers of BuddyPress. They will execute when their 6 7 * specific URL is caught. They will first save or manipulate data using business 7 8 * functions, then pass on the user to a template file. 9 * 10 * @package BuddyPress 11 * @subpackage GroupsScreens 8 12 */ 9 13
Note: See TracChangeset
for help on using the changeset viewer.