[wp-trac] [WordPress Trac] #40462: Add placeholders to wp_login_form()
WordPress Trac
noreply at wordpress.org
Sat Apr 15 20:12:52 UTC 2017
#40462: Add placeholders to wp_login_form()
--------------------------+------------------------------
Reporter: ramiy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: template
--------------------------+------------------------------
Changes (by ramiy):
* keywords: => has-patch
* focuses: => template
Comment:
With this patch developers can add placeholders to their login forms:
{{{
wp_login_form( array(
'placeholder_username' => __( 'Your username...' ),
'placeholder_password' => __( 'Your password...' )
) );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40462#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list