Changeset 1567 for trunk/bp-core/bp-core-templatetags.php
- Timestamp:
- 06/23/2009 01:01:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r1538 r1567 501 501 502 502 function bp_has_custom_signup_page() { 503 if ( file_exists( WP_CONTENT_DIR . '/themes/' . get_blog_option( 1, 'template') . '/register.php') )503 if ( file_exists( WP_CONTENT_DIR . '/themes/' . get_blog_option( BP_ROOT_BLOG, 'template') . '/register.php') ) 504 504 return true; 505 505
Note: See TracChangeset
for help on using the changeset viewer.