PluginProbe
The WP Remote WordPress Plugin / 4.79
The WP Remote WordPress Plugin v4.79
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
← All changes | admin/components/header_top.php +3 -3 5.454.79 View file →
@@ -5,13 +5,13 @@
5 5 $header_logo_link = $this->getWebPage() . "/?utm_source=mc_plugin_lp_logo&utm_medium=logo_link&utm_campaign=mc_plugin_lp_header&utm_term=header_logo&utm_content=image_link";
6 6 ?>
7 7 <div class="header-top">
8 8 <div class="top-links">
9 - <span><a href="<?php echo esc_url("https://wordpress.org/support/plugin/" . $plugin_slug . "/reviews/#new-post"); ?>" target="_blank" rel="noopener noreferrer">
9 + <span><a href="https://wordpress.org/support/plugin/<?php echo $plugin_slug; ?>/reviews/#new-post" target="_blank" rel="noopener noreferrer">
10 10 Leave a Review
11 11 </a></span>
12 12 &nbsp;
13 - <span><a href="<?php echo esc_url("https://wordpress.org/support/plugin/" . $plugin_slug . "/"); ?>" target="_blank" rel="noopener noreferrer">
13 + <span><a href="https://wordpress.org/support/plugin/<?php echo $plugin_slug; ?>/" target="_blank" rel="noopener noreferrer">
14 14 Need Help?
15 15 </a></span>
16 16 </div>
17 17 <div class="logo-img">
@@ -18,6 +18,6 @@
18 18 <a href="<?php echo esc_url($header_logo_link); ?>" target="_blank" rel="noopener noreferrer">
19 19 <img height="65" src="<?php echo esc_url($plugin_logo); ?>" alt="Logo">
20 20 </a>
21 21 </div>
22 - <h2 class="text-center heading"><?php echo esc_html($title); ?></h2>
22 + <h2 class="text-center heading"><?php echo $title; ?></h2>
23 23 </div>