Docs: Use third-person singular verbs for various function descriptions, as per docblocks standards.

This addresses various files modified in changeset [54062].

See #55646.


git-svn-id: https://develop.svn.wordpress.org/trunk@54063 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-09-02 06:56:12 +00:00
parent 991dc2a5cc
commit 53a5e4f0ac
5 changed files with 13 additions and 13 deletions
@@ -38,7 +38,7 @@ class Custom_Background {
private $updated;
/**
* Constructor - Register administration header callback.
* Constructor - Registers administration header callback.
*
* @since 3.0.0
* @param callable $admin_header_callback
@@ -57,7 +57,7 @@ class Custom_Background {
}
/**
* Set up the hooks for the Custom Background admin page.
* Sets up the hooks for the Custom Background admin page.
*
* @since 3.0.0
*/
@@ -77,7 +77,7 @@ class Custom_Background {
}
/**
* Set up the enqueue for the CSS & JavaScript files.
* Sets up the enqueue for the CSS & JavaScript files.
*
* @since 3.0.0
*/
@@ -106,7 +106,7 @@ class Custom_Background {
}
/**
* Execute custom background modification.
* Executes custom background modification.
*
* @since 3.0.0
*/
@@ -222,7 +222,7 @@ class Custom_Background {
}
/**
* Display the custom background page.
* Displays the custom background page.
*
* @since 3.0.0
*/
@@ -480,7 +480,7 @@ class Custom_Background {
}
/**
* Handle an Image upload for the background image.
* Handles an Image upload for the background image.
*
* @since 3.0.0
*/
@@ -537,7 +537,7 @@ class Custom_Background {
}
/**
* Ajax handler for adding custom background context to an attachment.
* Handles Ajax request for adding custom background context to an attachment.
*
* Triggers when the user adds a new background image from the
* Media Manager.