Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 12:49:51 AM (14 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-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() {
Note: See TracChangeset for help on using the changeset viewer.