Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2009 01:01:10 AM (16 years ago)
Author:
apeatling
Message:

Added first alpha version of the status updates component 'bp-status'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-templatetags.php

    r1538 r1567  
    501501
    502502function 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') )
    504504        return true;
    505505   
Note: See TracChangeset for help on using the changeset viewer.