From ebdb7cb273e1b8b8855bea3c2b25a26a4313a040 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Sun, 30 Nov 2014 11:44:29 +0000 Subject: [PATCH] Docs Formatting: Backtick-escape inline code for the `login_form_ . $action` dynamic hook in wp-login.php. See #30552. git-svn-id: https://develop.svn.wordpress.org/trunk@30651 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-login.php b/src/wp-login.php index 7e456dd899..504ec240f5 100644 --- a/src/wp-login.php +++ b/src/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. *