Changes between Initial Version and Version 2 of Ticket #51172
- Timestamp:
- 08/28/2020 10:09:27 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51172
-
Property
Status
changed from
newtoclosed -
Property
Resolution
changed from
toduplicate -
Property
Milestone
changed from
Awaiting Reviewto
-
Property
Status
changed from
-
Ticket #51172 – Description
initial v2 2 2 3 3 Current line 1075: 4 {{{ 4 5 } elseif ( ! isset( $src_url['host'] ) || $src_url['host'] === **$site_url['host']** ) { 5 6 }}} 6 7 **Proposed change:** 8 {{{ 7 9 } elseif ( ! isset( $src_url['host'] ) **|| ! isset( $site_url['host'] )** || $src_url['host'] === $site_url['host'] ) { 8 10 }}} 9 11 I hope this helps. 10 12