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-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() {
Note: See TracChangeset for help on using the changeset viewer.