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-functions.php

    r5689 r5714  
    11<?php
     2
    23/**
     4 * BuddyPress Groups Functions
     5 *
    36 * Functions are where all the magic happens in BuddyPress. They will
    47 * handle the actual saving or manipulation of information. Usually they will
    58 * hand off to a database class for data access, then return
    69 * true or false on success or failure.
     10 *
     11 * @package BuddyPress
     12 * @subpackage GroupsFunctions
    713 */
    814
Note: See TracChangeset for help on using the changeset viewer.