Skip to:
Content

BuddyPress.org

Changeset 5925


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

Location:
trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-loader.php

    r5868 r5925  
    3535     *
    3636     * @since 1.5
    37      * @global obj $bp
     37     * @global BuddyPress $bp The one true BuddyPress instance
    3838     */
    3939    function setup_globals() {
     
    9292     * Setup BuddyBar navigation
    9393     *
    94      * @global obj $bp
     94     * @global BuddyPress $bp The one true BuddyPress instance
    9595     */
    9696    function setup_nav() {
     
    135135     * Set up the Toolbar
    136136     *
    137      * @global obj $bp
     137     * @global BuddyPress $bp The one true BuddyPress instance
    138138     */
    139139    function setup_admin_bar() {
     
    180180     * Sets up the title for pages and <title>
    181181     *
    182      * @global obj $bp
     182     * @global BuddyPress $bp The one true BuddyPress instance
    183183     */
    184184    function setup_title() {
  • 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
  • trunk/bp-forums/bp-forums-loader.php

    r5885 r5925  
    3535     *
    3636     * @since 1.5
    37      * @global obj $bp
     37     * @global BuddyPress $bp The one true BuddyPress instance
    3838     */
    3939    function setup_globals() {
     
    9090     * Setup BuddyBar navigation
    9191     *
    92      * @global obj $bp
     92     * @global BuddyPress $bp The one true BuddyPress instance
    9393     */
    9494    function setup_nav() {
     
    166166     * Set up the Toolbar
    167167     *
    168      * @global obj $bp
     168     * @global BuddyPress $bp The one true BuddyPress instance
    169169     */
    170170    function setup_admin_bar() {
     
    219219     * Sets up the title for pages and <title>
    220220     *
    221      * @global obj $bp
     221     * @global BuddyPress $bp The one true BuddyPress instance
    222222     */
    223223    function setup_title() {
  • trunk/bp-friends/bp-friends-loader.php

    r5868 r5925  
    5353     *
    5454     * @since 1.5
    55      * @global obj $bp
     55     * @global BuddyPress $bp The one true BuddyPress instance
    5656     */
    5757    function setup_globals() {
     
    8686     * Setup BuddyBar navigation
    8787     *
    88      * @global obj $bp
     88     * @global BuddyPress $bp The one true BuddyPress instance
    8989     */
    9090    function setup_nav() {
     
    132132     * Set up the Toolbar
    133133     *
    134      * @global obj $bp
     134     * @global BuddyPress $bp The one true BuddyPress instance
    135135     */
    136136    function setup_admin_bar() {
     
    188188     * Sets up the title for pages and <title>
    189189     *
    190      * @global obj $bp
     190     * @global BuddyPress $bp The one true BuddyPress instance
    191191     */
    192192    function setup_title() {
  • trunk/bp-groups/bp-groups-loader.php

    r5903 r5925  
    5959     *
    6060     * @since 1.5
    61      * @global obj $bp
     61     * @global BuddyPress $bp The one true BuddyPress instance
    6262     */
    6363    function setup_globals() {
     
    269269     * Setup BuddyBar navigation
    270270     *
    271      * @global obj $bp
     271     * @global BuddyPress $bp The one true BuddyPress instance
    272272     */
    273273    function setup_nav() {
     
    421421     * Set up the Toolbar
    422422     *
    423      * @global obj $bp
     423     * @global BuddyPress $bp The one true BuddyPress instance
    424424     */
    425425    function setup_admin_bar() {
     
    477477     * Sets up the title for pages and <title>
    478478     *
    479      * @global obj $bp
     479     * @global BuddyPress $bp The one true BuddyPress instance
    480480     */
    481481    function setup_title() {
  • trunk/bp-members/bp-members-loader.php

    r5895 r5925  
    3030     * Include files
    3131     *
    32      * @global obj $bp
     32     * @global BuddyPress $bp The one true BuddyPress instance
    3333     */
    3434    function includes() {
     
    5353     *
    5454     * @since 1.5
    55      * @global obj $bp
     55     * @global BuddyPress $bp The one true BuddyPress instance
    5656     */
    5757    function setup_globals() {
     
    141141     * Setup BuddyBar navigation
    142142     *
    143      * @global obj $bp
     143     * @global BuddyPress $bp The one true BuddyPress instance
    144144     */
    145145    function setup_nav() {
     
    184184     * Sets up the title for pages and <title>
    185185     *
    186      * @global obj $bp
     186     * @global BuddyPress $bp The one true BuddyPress instance
    187187     */
    188188    function setup_title() {
  • trunk/bp-messages/bp-messages-loader.php

    r5868 r5925  
    5555     *
    5656     * @since 1.5
    57      * @global obj $bp
     57     * @global BuddyPress $bp The one true BuddyPress instance
    5858     */
    5959    function setup_globals() {
     
    8989     * Setup BuddyBar navigation
    9090     *
    91      * @global obj $bp
     91     * @global BuddyPress $bp The one true BuddyPress instance
    9292     */
    9393    function setup_nav() {
     
    159159     * Set up the Toolbar
    160160     *
    161      * @global obj $bp
     161     * @global BuddyPress $bp The one true BuddyPress instance
    162162     */
    163163    function setup_admin_bar() {
     
    233233     * Sets up the title for pages and <title>
    234234     *
    235      * @global obj $bp
     235     * @global BuddyPress $bp The one true BuddyPress instance
    236236     */
    237237    function setup_title() {
  • trunk/bp-settings/bp-settings-loader.php

    r5868 r5925  
    2929     * Include files
    3030     *
    31      * @global obj $bp
     31     * @global BuddyPress $bp The one true BuddyPress instance
    3232     */
    3333    function includes() {
     
    148148     * Set up the Toolbar
    149149     *
    150      * @global obj $bp
     150     * @global BuddyPress $bp The one true BuddyPress instance
    151151     */
    152152    function setup_admin_bar() {
  • trunk/bp-xprofile/bp-xprofile-loader.php

    r5868 r5925  
    6666     *
    6767     * @since 1.5
    68      * @global obj $bp
     68     * @global BuddyPress $bp The one true BuddyPress instance
    6969     */
    7070    function setup_globals() {
     
    131131     * Setup BuddyBar navigation
    132132     *
    133      * @global obj $bp
     133     * @global BuddyPress $bp The one true BuddyPress instance
    134134     */
    135135    function setup_nav() {
     
    185185     * Set up the Toolbar
    186186     *
    187      * @global obj $bp
     187     * @global BuddyPress $bp The one true BuddyPress instance
    188188     */
    189189    function setup_admin_bar() {
     
    239239     * Sets up the title for pages and <title>
    240240     *
    241      * @global obj $bp
     241     * @global BuddyPress $bp The one true BuddyPress instance
    242242     */
    243243    function setup_title() {
Note: See TracChangeset for help on using the changeset viewer.