mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
Docs: Replace multiple single line comments with multi-line comments.
This changeset updates various comments as per WordPress PHP Inline Documentation Standards. See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#5-inline-comments. Follow-up to [56174], [56175], [56176], [56177], [56178], [56179], [56180]. Props costdev, audrasjb. See #58459. git-svn-id: https://develop.svn.wordpress.org/trunk@56191 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -97,8 +97,10 @@ function wp_update_urls_to_https() {
|
||||
update_option( 'siteurl', $siteurl );
|
||||
|
||||
if ( ! wp_is_using_https() ) {
|
||||
// If this did not result in the site recognizing HTTPS as being used,
|
||||
// revert the change and return false.
|
||||
/*
|
||||
* If this did not result in the site recognizing HTTPS as being used,
|
||||
* revert the change and return false.
|
||||
*/
|
||||
update_option( 'home', $orig_home );
|
||||
update_option( 'siteurl', $orig_siteurl );
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user