Make WordPress Core

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


Ignore:
Timestamp:
08/28/2020 10:06:36 AM (4 years ago)
Author:
vickdini
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51172, comment 1

    initial v1  
    44
    55{{{
    6 } elseif ( ! isset( $src_url['host'] ) || $src_url['host'] === **$site_url['host']** ) {
     6} elseif ( ! isset( $src_url['host'] ) || $src_url['host'] === $site_url['host'] ) {
    77}}}
    88
     
    1111
    1212{{{
    13 } elseif ( ! isset( $src_url['host'] ) **|| ! isset( $site_url['host'] )** || $src_url['host'] === $site_url['host'] ) {
     13} elseif ( ! isset( $src_url['host'] ) || ! isset( $site_url['host'] ) || $src_url['host'] === $site_url['host'] ) {
    1414}}}
    1515