Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/16/2009 09:23:40 PM (16 years ago)
Author:
apeatling
Message:

Fixing profile pages to work when xprofile is disabled. Added more extensive options to groups_invite_user().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/profile/index.php

    r1871 r1891  
    128128
    129129            <?php /* Profile Wire Loop - uses [TEMPLATEPATH]/wire/post-list.php */ ?>
    130             <?php if ( function_exists('bp_wire_get_post_list') ) : ?>
     130            <?php if ( function_exists('bp_wire_get_post_list') && function_exists( 'xprofile_install' ) ) : ?>
    131131
    132132                <?php do_action( 'bp_before_profile_wire_widget' ) ?>
Note: See TracChangeset for help on using the changeset viewer.