Changes between Initial Version and Version 1 of Ticket #3741, comment 33
- Timestamp:
- 09/20/2012 07:40:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3741, comment 33
initial v1 6 6 7 7 JJJ: Let me know if this approach is okay. 8 9 --- 10 11 Edit: 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()`.