@since version for wp_login_form. See #11172 props dd32.

git-svn-id: http://svn.automattic.com/wordpress/trunk@12701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-01-11 22:33:28 +00:00
parent 84ad379150
commit 6cab12999b
1 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ function wp_login_url($redirect = '') {
* Provides a simple login form for use anywhere within WordPress. By default, it echos
* the HTML immediately. Pass array('echo'=>false) to return the string instead.
*
* @since x.x
* @since 3.0.0
* @param array $args Configuration options to modify the form output
* @return Void, or string containing the form
*/