[wp-trac] Re: [WordPress Trac] #9682: Move wp-login.php function
definitions to pluggable.php
WordPress Trac
wp-trac at lists.automattic.com
Thu Apr 30 15:53:15 GMT 2009
#9682: Move wp-login.php function definitions to pluggable.php
--------------------------+-------------------------------------------------
Reporter: misterbisson | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.8
Component: Users | Version: 2.7.1
Severity: normal | Keywords: has-patch needs-testing 2nd-opinion
--------------------------+-------------------------------------------------
Comment(by misterbisson):
{{{
false !== has_filter('login_form_' . $action) )
}}}
Needs to be
{{{
false == has_filter('login_form_' . $action) )
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9682#comment:13>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list