PluginProbe
Chartify – WordPress Chart Plugin / 3.8.1
Chartify – WordPress Chart Plugin v3.8.1
3.8.1 3.8.0 3.7.9 3.7.8 3.7.7 3.7.6 3.7.5 trunk 1.0.0 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 All 84 releases
← All changes | admin/partials/features/chart-builder-plugin-featured-display.php +2 -2 3.0.1 → 3.8.1 View file →
@@ -1,9 +1,9 @@
1 1 <div class="wrap">
2 - <h1 id="ays-chart-intro-title"><?php echo __('Please feel free to use our other awesome plugins!', $this->plugin_name); ?></h1>
2 + <h1 id="ays-chart-intro-title"><?php echo esc_html__('Please feel free to use our other awesome plugins!', 'chart-builder'); ?></h1>
3 3 <?php $this->output_about_addons(); ?>
4 4 <div class="ays-chart-see-all">
5 - <a href="https://ays-pro.com/wordpress" target="_blank" class="ays-chart-all-btn"><?php echo __('See All Plugins', $this->plugin_name); ?></a>
5 + <a href="https://ays-pro.com/wordpress" target="_blank" class="ays-chart-all-btn"><?php echo esc_html__('See All Plugins', 'chart-builder'); ?></a>
6 6 </div>
7 7
8 8 <!-- <p class="text-center coming-soon">And more and more is <span>Coming Soon</span></p> -->
9 9 </div>