Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 12:52:24 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Replace ambiguous 'object' phpdoc references with more accurate descriptions for the $bp global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-functions.php

    r5925 r5926  
    323323 *
    324324 * @package BuddyPress Core
    325  * @global object $bp Global BuddyPress settings object
     325 * @global BuddyPress $bp The one true BuddyPress instance
    326326 */
    327327function bp_core_render_message() {
     
    11061106 * Trigger a 404
    11071107 *
    1108  * @global object $bp Global BuddyPress settings object
     1108 * @global BuddyPress $bp The one true BuddyPress instance
    11091109 * @global WP_Query $wp_query WordPress query object
    11101110 * @param string $redirect If 'remove_canonical_direct', remove WordPress' "helpful" redirect_canonical action.
Note: See TracChangeset for help on using the changeset viewer.