Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 05:01:43 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Remove unneeded globals and clean up some code in Groups component. See #3989.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-screens.php

    r5689 r5714  
    11<?php
    2 /********************************************************************************
    3  * Screen Functions
     2
     3/**
     4 * BuddyPress Groups Screen Functions
    45 *
    56 * Screen functions are the controllers of BuddyPress. They will execute when their
    67 * specific URL is caught. They will first save or manipulate data using business
    78 * functions, then pass on the user to a template file.
     9 *
     10 * @package BuddyPress
     11 * @subpackage GroupsScreens
    812 */
    913
Note: See TracChangeset for help on using the changeset viewer.