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:
parent
cccd0c63c1
commit
ebdb7cb273
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue