From a47ccea2da97b3a1db236f02754da55bbb689f36 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 27 Jun 2024 23:17:17 +0000 Subject: [PATCH] Docs: Add missing full stop in some DocBlocks in `wp-includes/user.php`. Follow-up to [40980], [43211], [43373], [47279], [51129]. Props praful2111, nareshbheda. Fixes #61491. Built from https://develop.svn.wordpress.org/trunk@58589 git-svn-id: http://core.svn.wordpress.org/trunk@58036 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 10 +++++----- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index a2949e96be..38ff198286 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -2386,7 +2386,7 @@ function wp_insert_user( $userdata ) { * @type string $user_pass The user's password. * @type string $user_email The user's email. * @type string $user_url The user's url. - * @type string $user_nicename The user's nice name. Defaults to a URL-safe version of user's login + * @type string $user_nicename The user's nice name. Defaults to a URL-safe version of user's login. * @type string $display_name The user's display name. * @type string $user_registered MySQL timestamp describing the moment when the user registered. Defaults to * the current UTC timestamp. @@ -4148,7 +4148,7 @@ function _wp_privacy_send_request_confirmation_notification( $request_id ) { * Data relating to the account action email. * * @type WP_User_Request $request User request object. - * @type string $user_email The email address confirming a request + * @type string $user_email The email address confirming a request. * @type string $description Description of the action being performed so the user knows what the email is for. * @type string $manage_url The link to click manage privacy requests of this type. * @type string $sitename The site name sending the mail. @@ -4199,7 +4199,7 @@ All at ###SITENAME### * Data relating to the account action email. * * @type WP_User_Request $request User request object. - * @type string $user_email The email address confirming a request + * @type string $user_email The email address confirming a request. * @type string $description Description of the action being performed * so the user knows what the email is for. * @type string $manage_url The link to click manage privacy requests of this type. @@ -4239,7 +4239,7 @@ All at ###SITENAME### * Data relating to the account action email. * * @type WP_User_Request $request User request object. - * @type string $user_email The email address confirming a request + * @type string $user_email The email address confirming a request. * @type string $description Description of the action being performed so the user knows what the email is for. * @type string $manage_url The link to click manage privacy requests of this type. * @type string $sitename The site name sending the mail. @@ -4270,7 +4270,7 @@ All at ###SITENAME### * Data relating to the account action email. * * @type WP_User_Request $request User request object. - * @type string $user_email The email address confirming a request + * @type string $user_email The email address confirming a request. * @type string $description Description of the action being performed so the user knows what the email is for. * @type string $manage_url The link to click manage privacy requests of this type. * @type string $sitename The site name sending the mail. diff --git a/wp-includes/version.php b/wp-includes/version.php index db02b31126..da0547d5d9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58588'; +$wp_version = '6.7-alpha-58589'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.