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