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
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-11-30 11:44:29 +00:00
parent cccd0c63c1
commit ebdb7cb273
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*