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-messages/bp-messages-loader.php

    r5868 r5925  
    5555     *
    5656     * @since 1.5
    57      * @global obj $bp
     57     * @global BuddyPress $bp The one true BuddyPress instance
    5858     */
    5959    function setup_globals() {
     
    8989     * Setup BuddyBar navigation
    9090     *
    91      * @global obj $bp
     91     * @global BuddyPress $bp The one true BuddyPress instance
    9292     */
    9393    function setup_nav() {
     
    159159     * Set up the Toolbar
    160160     *
    161      * @global obj $bp
     161     * @global BuddyPress $bp The one true BuddyPress instance
    162162     */
    163163    function setup_admin_bar() {
     
    233233     * Sets up the title for pages and <title>
    234234     *
    235      * @global obj $bp
     235     * @global BuddyPress $bp The one true BuddyPress instance
    236236     */
    237237    function setup_title() {
Note: See TracChangeset for help on using the changeset viewer.