[wp-trac] [WordPress Trac] #13227: Add filters above forms in wp-login.php
WordPress Trac
wp-trac at lists.automattic.com
Mon May 3 13:25:58 UTC 2010
#13227: Add filters above forms in wp-login.php
-------------------------+--------------------------------------------------
Reporter: dimadin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: UI | Version: 3.0
Severity: normal | Keywords: has-patch
-------------------------+--------------------------------------------------
Sometimes I need more descriptive text to have above forms on wp-login.php
(login, register, lost password).
This patch add filters above those forms.
Example usage:
{{{
function above_login_form_filter() {
return '<p class="message">Tip: If you forgot your password, go to
<a href="wp-login.php?action=lostpassword">Lost Password</a> page</p>';
}
add_filter('above_login_form','above_login_form_filter');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13227>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list