Docs: Miscellaneous DocBlock corrections.

See #52628.

git-svn-id: https://develop.svn.wordpress.org/trunk@50916 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-05-15 17:36:49 +00:00
parent 62d35aae07
commit 32151af6e4
11 changed files with 35 additions and 28 deletions

View File

@@ -40,8 +40,8 @@ function wp_is_home_url_using_https() {
/**
* Checks whether the current site's URL where WordPress is stored is using HTTPS.
*
* This checks the URL where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are
* accessible.
* This checks the URL where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder)
* are accessible.
*
* @since 5.7.0
* @see site_url()