← 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> |