Skip to:
Content

BuddyPress.org


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-functions.php

    r5868 r5925  
    266266 * @package BuddyPress Core
    267267 *
    268  * @global obj $bp
     268 * @global BuddyPress $bp The one true BuddyPress instance
    269269 * @param str $message Feedback to give to user
    270270 * @param str $type updated|success|error|warning
     
    10581058 * Set the $bp->is_directory global
    10591059 *
    1060  * @global obj $bp
     1060 * @global BuddyPress $bp The one true BuddyPress instance
    10611061 * @param bool $is_directory
    10621062 * @param str $component
     
    10741074 * Set the $bp->is_item_admin global
    10751075 *
    1076  * @global obj $bp
     1076 * @global BuddyPress $bp The one true BuddyPress instance
    10771077 * @param bool $is_item_admin
    10781078 * @param str $component
     
    10901090 * Set the $bp->is_item_mod global
    10911091 *
    1092  * @global obj $bp
     1092 * @global BuddyPress $bp The one true BuddyPress instance
    10931093 * @param bool $is_item_mod
    10941094 * @param str $component
Note: See TracChangeset for help on using the changeset viewer.