File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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> " ;
You can’t perform that action at this time.
0 commit comments