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