From 6cab12999be80bf94ac5288ac1f13c1e27d0a4d0 Mon Sep 17 00:00:00 2001 From: westi Date: Mon, 11 Jan 2010 22:33:28 +0000 Subject: [PATCH] @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 --- wp-includes/general-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 236c00a2f..603491276 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -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 */ @@ -2106,4 +2106,4 @@ function get_the_generator( $type ) { return apply_filters( "get_the_generator_{$type}", $gen, $type ); } -?> \ No newline at end of file +?>