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:
Andrew Ozz 2018-04-28 12:04:21 +00:00
parent 666887f974
commit bfc9c2f469
2 changed files with 3 additions and 1 deletions

View File

@ -2950,6 +2950,8 @@ function wp_user_request_action_description( $action_name ) {
/** /**
* Filters the user action description. * Filters the user action description.
* *
* @since 4.9.6
*
* @param string $description The default description. * @param string $description The default description.
* @param string $action_name The name of the request. * @param string $action_name The name of the request.
*/ */

View File

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