Changes between Initial Version and Version 2 of Ticket #23349
- Timestamp:
- 02/01/13 02:06:55 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23349
- Property Component changed from Users to Multisite
- Property Summary changed from Be able to suppress registration redirect for multisite in ws-login.php to Be able to suppress registration redirect for multisite in wp-login.php
-
Ticket #23349 – Description
initial v2 1 Currently I commented out the following lines in w s-login.com. But I should be able to use a filter. Maybe test the result 'wp_signup_location' filter if false do not exit. Easy, and seems to annoy many people.2 1 Currently I commented out the following lines in wp-login.php. But I should be able to use a filter. Maybe test the result 'wp_signup_location' filter if false do not exit. Easy, and seems to annoy many people. 2 {{{ 3 3 case 'register' : 4 4 /* AJB Comment out … … 9 9 } 10 10 */ 11 11 }}}
