Changes between Initial Version and Version 1 of Ticket #51172, comment 1
- Timestamp:
- 08/28/2020 10:06:36 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51172, comment 1
initial v1 4 4 5 5 {{{ 6 } elseif ( ! isset( $src_url['host'] ) || $src_url['host'] === **$site_url['host']**) {6 } elseif ( ! isset( $src_url['host'] ) || $src_url['host'] === $site_url['host'] ) { 7 7 }}} 8 8 … … 11 11 12 12 {{{ 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'] ) { 14 14 }}} 15 15