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:
Drew Jaynes 2014-11-30 11:45:23 +00:00
parent 773da4a1e5
commit ab3856619e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -447,7 +447,7 @@ do_action( 'login_init' );
/** /**
* Fires before a specified login form action. * 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', * that brought the visitor to the login form. Actions include 'postpass',
* 'logout', 'lostpassword', etc. * 'logout', 'lostpassword', etc.
* *