easy-charts-settings-page-display.php 560 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Markup file for metabox.
  4. *
  5. * HTML markup for settings page.
  6. *
  7. * @link http://kiranpotphode.com
  8. * @since 1.0.0
  9. *
  10. * @package Easy_Charts
  11. * @subpackage Easy_Charts/admin/partials
  12. */
  13. ?>
  14. <div class="wrap"><div id="icon-tools" class="icon32"></div>
  15. <h2><?php _e('Charts Settings', 'easy-charts'); ?></h2>
  16. <p>
  17. <?php printf( __( 'You can find more on <a href="%s">%s</a>.', 'easy-charts' ), 'http://kiranpotphode.github.io/easy-charts/','http://kiranpotphode.github.io/easy-charts/' ); ?>
  18. </p>
  19. </div>