diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 236c00a2f6..6034912769 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 +?>