Skip to content

Commit e263be9

Browse files
Merge branch 'version_1_0_0'
2 parents 177bcf6 + bbe15cb commit e263be9

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
@@ -2,7 +2,7 @@
22
/**
33
Plugin Name: Find WordPress HTTP Links
44
Description: Find http links on https site.
5-
Version: 1.0.0
5+
Version: 1.0.1
66
Author: Mitchell D. Miller
77
Author URI: https://wheredidmybraingo.com/about/
88
Plugin URI: https://wheredidmybraingo.com/find-wordpress-http-links/
@@ -550,7 +550,7 @@ public function get_content($paged) {
550550
if (!$is_https) {
551551
$pleft = __( 'FAKE MODE', 'find-wp-http-links' );
552552
$pmid = __( 'Searching for', 'find-wp-http-links' );
553-
echo sprintf('<h3><span class="wp-ui-text-highlight" style="padding-right:3em;">%s</span> %s %s</h3>',
553+
echo sprintf('<h3><span class="wp-ui-text-highlight" style="padding-right:2em;">%s</span> %s %s</h3>',
554554
$pleft, $pmid, $http);
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>";

0 commit comments

Comments
 (0)