Fix docs and white space.
Props desrosj. See #43443. Built from https://develop.svn.wordpress.org/trunk@43014 git-svn-id: http://core.svn.wordpress.org/trunk@42843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
666887f974
commit
bfc9c2f469
|
@ -2950,6 +2950,8 @@ function wp_user_request_action_description( $action_name ) {
|
|||
/**
|
||||
* Filters the user action description.
|
||||
*
|
||||
* @since 4.9.6
|
||||
*
|
||||
* @param string $description The default description.
|
||||
* @param string $action_name The name of the request.
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43013';
|
||||
$wp_version = '5.0-alpha-43014';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue