Skip to content

Commit 177bcf6

Browse files
Merge branch 'version_1_0_0'
2 parents 14f0ec5 + adae745 commit 177bcf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

find-wp-http-links.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,13 +545,13 @@ public function get_content($paged) {
545545
<div class="wrap">
546546
<?php
547547
echo sprintf( '<h2>%s</h2>', __( 'Find HTTP Links on HTTPS Site', 'find-wp-http-links' ) );
548+
$preload = __( 'Reloading. Please wait.', 'find-wp-http-links' );
549+
$pworking = __( 'Working', 'find-wp-http-links' );
548550
if (!$is_https) {
549551
$pleft = __( 'FAKE MODE', 'find-wp-http-links' );
550552
$pmid = __( 'Searching for', 'find-wp-http-links' );
551-
$preload = __( 'Reloading. Please wait.', 'find-wp-http-links' );
552553
echo sprintf('<h3><span class="wp-ui-text-highlight" style="padding-right:3em;">%s</span> %s %s</h3>',
553554
$pleft, $pmid, $http);
554-
$pworking = __( 'Working', 'find-wp-http-links' );
555555
}
556556
echo "<p style='display:none;'><span id='fwh_working'>{$pworking}</span><span id='fwh_loading'>{$preload}</span><span id='fwh_url'>{$site_url}</span><span id='fwh_http'>{$http}</span></p>";
557557
?>

0 commit comments

Comments
 (0)