mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 22:45:39 +00:00
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
This commit is contained in:
parent
773da4a1e5
commit
ab3856619e
@ -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.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user