Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 12:52:24 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Replace ambiguous 'object' phpdoc references with more accurate descriptions for the $bp global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-activity.php

    r5699 r5926  
    7979 * @package BuddyPress XProfile
    8080 * @param $args Array containing all variables used after extract() call
    81  * @global object $bp Global BuddyPress settings object
     81 * @global BuddyPress $bp The one true BuddyPress instance
    8282 * @uses bp_activity_delete() Deletes an entry to the activity component tables for a specific activity
    8383 */
     
    113113 *
    114114 * @package BuddyPress XProfile
    115  * @global object $bp Global BuddyPress settings object
     115 * @global BuddyPress $bp The one true BuddyPress instance
    116116 * @uses bp_activity_add() Adds an entry to the activity component tables for a specific activity
    117117 */
Note: See TracChangeset for help on using the changeset viewer.