From ab3856619efaf216c3f21e750fa09fa076815aaf Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Nov 2014 11:45:23 +0000 Subject: [PATCH] Docs Formatting: Backtick-escape inline code for the `login_form_ . $action` dynamic hook in wp-login.php. See #30552. Built from https://develop.svn.wordpress.org/trunk@30651 git-svn-id: http://core.svn.wordpress.org/trunk@30641 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-login.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. *