Skip to content

Commit

Permalink
Docs: Add missing full stop in some DocBlocks in wp-includes/user.php.
Browse files Browse the repository at this point in the history
Follow-up to [40980], [43211], [43373], [47279], [51129].

Props praful2111, nareshbheda.
Fixes #61491.

git-svn-id: https://develop.svn.wordpress.org/trunk@58589 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jun 27, 2024
1 parent 9cbaee3 commit 0819c3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/wp-includes/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -4199,7 +4199,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.
Expand Down Expand Up @@ -4239,7 +4239,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.
Expand Down Expand Up @@ -4270,7 +4270,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.
Expand Down

0 comments on commit 0819c3c

Please sign in to comment.