Changes between Initial Version and Version 2 of Ticket #23349
- Timestamp:
- 02/01/2013 02:06:55 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23349
-
Property
Component
changed from
UserstoMultisite -
Property
Summary
changed from
Be able to suppress registration redirect for multisite in ws-login.phptoBe able to suppress registration redirect for multisite in wp-login.php
-
Property
Component
changed from
-
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 }}}