diff --git a/wp-includes/version.php b/wp-includes/version.php index d1e9dfedd1..d313a267fe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30650'; +$wp_version = '4.1-beta2-30651'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-login.php b/wp-login.php index 7e456dd899..504ec240f5 100644 --- a/wp-login.php +++ b/wp-login.php @@ -447,7 +447,7 @@ do_action( 'login_init' ); /** * Fires before a specified login form action. * - * The dynamic portion of the hook name, $action, refers to the action + * The dynamic portion of the hook name, `$action`, refers to the action * that brought the visitor to the login form. Actions include 'postpass', * 'logout', 'lostpassword', etc. *