mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +00:00
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:
@@ -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' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user