Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3741, comment 33


Ignore:
Timestamp:
09/20/2012 07:40:13 PM (14 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3741, comment 33

    initial v1  
    66
    77JJJ: Let me know if this approach is okay.
     8
     9---
     10
     11Edit: Just looking at my `bp_is_theme_compat()` function and that always returns true!  Was trying to find a way to tell if theme compat was active. `bp_is_theme_compat_active()` only works for the current page you're on.  I was trying to use this on wp-login.php via `bp_core_wpsignup_redirect()` > `bp_get_signup_page()` > `bp_has_custom_signup_page()`.