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

    r5868 r5925  
    2929     * Include files
    3030     *
    31      * @global obj $bp
     31     * @global BuddyPress $bp The one true BuddyPress instance
    3232     */
    3333    function includes() {
     
    148148     * Set up the Toolbar
    149149     *
    150      * @global obj $bp
     150     * @global BuddyPress $bp The one true BuddyPress instance
    151151     */
    152152    function setup_admin_bar() {
Note: See TracChangeset for help on using the changeset viewer.