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 @@ -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?>
You can’t perform that action at this time.
0 commit comments