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