Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reatlat committed Aug 25, 2019
1 parent 4677ee6 commit 10ecd1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/admin/partials/admin--display.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<h2><?php _e('WordPress setting', 'multidomain-support-for-elementor'); ?></h2>
<p><?php _e('Include onfiguration below to your wp-config.php file before the line', 'multidomain-support-for-elementor'); ?></p>
<p>/* That's all, stop editing! Happy publishing. */</p>

<div class="server-config server-config--wordpress">

<pre><code>
Expand All @@ -193,7 +193,7 @@
}

$protocol = (!empty($_SERVER['HTTPS']) ||
!empty($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') ?
!empty($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')) ?
'https://' : 'http://';

$siteUrl = $protocol . $hostname;
Expand Down

0 comments on commit 10ecd1b

Please sign in to comment.