mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
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
This commit is contained in:
parent
ede77aca35
commit
a47ccea2da
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user