PluginProbe
Tracking Code Manager / 2.5.0
Tracking Code Manager v2.5.0
2.8.0 2.7.0 trunk 1.11.8 1.11.9 1.12.0 1.12.1 1.12.2 1.12.3 1.4 1.5 2.0.0 2.0.1 2.0.13 2.0.14 2.0.15 2.0.16 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.2.0 All 29 releases
← All changes | includes/admin/editor.php +2 -3 trunk2.5.0 View file →
@@ -1,6 +1,5 @@
1 1 <?php
2 -if ( ! defined( 'ABSPATH' ) ) exit;
3 2 function tcmp_notice_pro_features() {
4 3 global $tcmp;
5 4 ?>
6 5 <br/>
@@ -31,9 +30,9 @@
31 30 while ( $tcmp->lang->H( 'Notice.ProFeature' . $i ) ) {
32 31 ?>
33 32 <div style="clear:both; margin-top: 2px;"></div>
34 33 <div style="float:left; vertical-align:middle; height:24px; margin-right:5px; margin-top:-5px;">
35 - <img src="<?php echo esc_url( TCMP_PLUGIN_IMAGES_URI . 'tick.png' ); ?>" />
34 + <img src="<?php echo TCMP_PLUGIN_IMAGES_URI; ?>tick.png" />
36 35 </div>
37 36 <div style="float:left; vertical-align:middle; height:24px;">
38 37 <?php $tcmp->lang->P( 'Notice.ProFeature' . $i, $q ); ?>
39 38 </div>
@@ -47,9 +46,9 @@
47 46 <?php
48 47 $url = TCMP_PAGE_PREMIUM . '?utm_source=free-users&utm_medium=wp-cta&utm_campaign=wp-plugin';
49 48 ?>
50 49 <a href="<?php echo esc_url( $url ); ?>" target="_blank">
51 - <b><?php $tcmp->lang->P( 'Notice.ProCTA' ); ?></b>
50 + <b><?php esc_html( $tcmp->lang->P( 'Notice.ProCTA' ) ); ?></b>
52 51 </a>
53 52 </div>
54 53 <div style="height:10px; clear:both;"></div>
55 54 </div>