Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/10/2015 02:49:16 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Replace all remaining $bp global touches with buddypress().

All existing tests continue to pass as normal. I will further manually scrutinize each replacement to ensure correctness.

Fixes #5138. Any stragglers or updates will reference this ticket.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-template.php

    r9428 r9471  
    443443     */
    444444    function bp_get_search_default_text( $component = '' ) {
    445         global $bp;
     445
     446        $bp = buddypress();
    446447
    447448        if ( empty( $component ) ) {
Note: See TracChangeset for help on using the changeset viewer.