| 12345678910111213141516171819 |
- <?php
- /**
- * Markup file for metabox.
- *
- * HTML markup for settings page.
- *
- * @link http://kiranpotphode.com
- * @since 1.0.0
- *
- * @package Easy_Charts
- * @subpackage Easy_Charts/admin/partials
- */
- ?>
- <div class="wrap"><div id="icon-tools" class="icon32"></div>
- <h2><?php _e('Charts Settings', 'easy-charts'); ?></h2>
- <p>
- <?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/' ); ?>
- </p>
- </div>
|