Skip to:
Content

BuddyPress.org

Changeset 1995 for trunk/bp-xprofile.php


Ignore:
Timestamp:
09/29/2009 07:22:53 PM (15 years ago)
Author:
apeatling
Message:

Fixes #771

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile.php

    r1977 r1995  
    151151    if ( function_exists( 'bp_wire_install' ) )
    152152        $bp->profile->table_name_wire = $wpdb->base_prefix . 'bp_xprofile_wire';
     153   
     154    do_action( 'xprofile_setup_globals' );
    153155}
    154156add_action( 'plugins_loaded', 'xprofile_setup_globals', 5 );
Note: See TracChangeset for help on using the changeset viewer.