From bfc9c2f469cda34ea8c49612cf25adcf0bb37dbc Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 28 Apr 2018 12:04:21 +0000 Subject: [PATCH] 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 --- wp-includes/user.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index 3d3a5ef610..ba2391bcf6 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index f0b757ec47..ed6bc7de7d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.