Changeset 1891 for trunk/bp-themes/bp-sn-parent/profile/index.php
- Timestamp:
- 09/16/2009 09:23:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/profile/index.php
r1871 r1891 128 128 129 129 <?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' ) ) : ?> 131 131 132 132 <?php do_action( 'bp_before_profile_wire_widget' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.