Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #14406


Ignore:
Timestamp:
07/24/2010 02:17:50 AM (16 years ago)
Author:
wpmuguru
Comment:

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.
     1The 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.
    22
    33The attached patch uses the wp_register function in wp-login.php to provide consistent filtering of the registration link.