Changes between Initial Version and Version 1 of Ticket #14406
- Timestamp:
- 07/24/2010 02:17:50 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14406 – Description
initial v1 1 The register link is filtered in the meta widget, but not in the login form. If someone builds a custom signup page process, they have to catch the $_GET['action'] == 'register'which isn't very elegant or consistent.1 The register link is filtered in the meta widget, but not in the login form. If someone builds a custom signup page process, they have to catch the {{{$_GET['action'] == 'register'}}} which isn't very elegant or consistent. 2 2 3 3 The attached patch uses the wp_register function in wp-login.php to provide consistent filtering of the registration link.