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

    r5895 r5925  
    3030     * Include files
    3131     *
    32      * @global obj $bp
     32     * @global BuddyPress $bp The one true BuddyPress instance
    3333     */
    3434    function includes() {
     
    5353     *
    5454     * @since 1.5
    55      * @global obj $bp
     55     * @global BuddyPress $bp The one true BuddyPress instance
    5656     */
    5757    function setup_globals() {
     
    141141     * Setup BuddyBar navigation
    142142     *
    143      * @global obj $bp
     143     * @global BuddyPress $bp The one true BuddyPress instance
    144144     */
    145145    function setup_nav() {
     
    184184     * Sets up the title for pages and <title>
    185185     *
    186      * @global obj $bp
     186     * @global BuddyPress $bp The one true BuddyPress instance
    187187     */
    188188    function setup_title() {
Note: See TracChangeset for help on using the changeset viewer.