Text Changes: Fix various inconsistent capitalization issues.

Props Presskopp, arpitgshah, mukesh27, desrosj, audrasjb, marybaum.
Fixes #53028.


git-svn-id: https://develop.svn.wordpress.org/trunk@53186 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-04-15 11:56:58 +00:00
parent 7a9741db46
commit ede6f212af
5 changed files with 5 additions and 5 deletions

View File

@@ -4589,7 +4589,7 @@ function _config_wp_home( $url = '' ) {
* @see WP_SITEURL
*
* @param string $url URL to set the WordPress site location.
* @return string The WordPress Site URL.
* @return string The WordPress site URL.
*/
function _config_wp_siteurl( $url = '' ) {
if ( defined( 'WP_SITEURL' ) ) {