Skip to:
Content

BuddyPress.org

Changeset 2343 for trunk/bp-core.php


Ignore:
Timestamp:
01/18/2010 08:00:33 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove all references to Wire component (addresses #1618). This code has been moved to backpat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r2335 r2343  
    342342     */
    343343    if ( !function_exists( 'xprofile_install' ) ) {
    344         /* Fallback wire values if xprofile is disabled */
     344        /* Fallback values if xprofile is disabled */
    345345        $bp->core->profile->slug = 'profile';
    346346        $bp->active_components[$bp->core->profile->slug] = $bp->core->profile->slug;
Note: See TracChangeset for help on using the changeset viewer.