diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 14f5c5f568..ff21a295ef 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -121,8 +121,8 @@ function get_search_form() { /** * Display the Log In/Out link. * - * Displays a link, which allows the user to navigate to the Login page to login - * or logout depending on whether or not they are currently logged in. + * Displays a link, which allows the user to navigate to the Log In page to log in + * or log out depending on whether or not they are currently logged in. * * @since 1.5.0 * @uses apply_filters() Calls 'loginout' hook on HTML link content. diff --git a/wp-login.php b/wp-login.php index d9cfb480cc..dee260eeca 100644 --- a/wp-login.php +++ b/wp-login.php @@ -25,7 +25,7 @@ if ( force_ssl_admin() && !is_ssl() ) { /** * Outputs the header for the login page. * - * @uses do_action() Calls the 'login_head' for outputting HTML in the Login + * @uses do_action() Calls the 'login_head' for outputting HTML in the Log In * header. * @uses apply_filters() Calls 'login_headerurl' for the top login link. * @uses apply_filters() Calls 'login_headertitle' for the top login title. @@ -33,12 +33,12 @@ if ( force_ssl_admin() && !is_ssl() ) { * header. * @uses $error The error global, which is checked for displaying errors. * - * @param string $title Optional. WordPress Login Page title to display in + * @param string $title Optional. WordPress Log In Page title to display in *