Changes between Version 2 and Version 3 of Ticket #7193, comment 7
- Timestamp:
- 09/21/2016 01:23:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7193, comment 7
v2 v3 1 1 `auto-create.patch` auto creates the registration and activation pages when user registration is turned on. Includes unit tests. 2 2 3 - Notice how I'm using `bp_core_add_page_mappings( array( 'pizza' ) )`? It's because we can't pass `'register'` and `'activate'` since the `'register'` and `'activate'` logic areautomatically done inside that function.3 - Notice how I'm using `bp_core_add_page_mappings( array( 'pizza' ) )`? It's because we can't pass `'register'` and `'activate'` since the `'register'` and `'activate'` logic is automatically done inside that function. 4 4 - I've changed `bp_get_signup_allowed()` to simply use `bp_get_option( 'users_can_register' )`. I outlined the reasoning here: https://buddypress.trac.wordpress.org/ticket/6176#comment:7 5 5