Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32354, comment 1


Ignore:
Timestamp:
05/12/2015 08:47:23 AM (10 years ago)
Author:
chriscct7
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32354, comment 1

    initial v1  
    22
    33Also
    4 ```
     4
     5
     6{{{
    57// if site is set to run on SSL, then force-enable SSL detection!
    68if (stripos(get_option('siteurl'), 'https://') === 0) {
    79    $_SERVER['HTTPS'] = 'on';
    810}
    9 ```
     11}}}
     12
     13
    1014
    1115Needs to be a patch file. Will review and work on this a bit.