Changeset 1671
- Timestamp:
- 08/14/2009 07:40:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-signup.php
r1655 r1671 9 9 /*** 10 10 * For backwards compatibility with the old pre 1.1 two theme system, skip this screen function 11 * if the user is using the old two theme method. We can check if function 'wp_insert_user' 12 * exists because the old method would already have included that function's file at this point. 11 * if the user is using the old two theme method. 13 12 */ 14 if ( f unction_exists('wp_insert_user') )13 if ( file_exists( WP_CONTENT_DIR . '/bp-themes' ) ) 15 14 return false; 16 15
Note: See TracChangeset
for help on using the changeset viewer.