balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

tabs.php (434B)


      1 <?php
      2 /**
      3  * Tabs navigation.
      4  *
      5  * @package Meta Box
      6  */
      7 
      8 ?>
      9 <h2 class="nav-tab-wrapper">
     10 	<a href="#getting-started" class="nav-tab nav-tab-active"><?php esc_html_e( 'Getting Started', 'meta-box' ); ?></a>
     11 	<?php do_action( 'rwmb_about_tabs' ); ?>
     12 	<a href="#extensions" class="nav-tab"><?php esc_html_e( 'Extensions', 'meta-box' ); ?></a>
     13 	<a href="#support" class="nav-tab"><?php esc_html_e( 'Support', 'meta-box' ); ?></a>
     14 </h2>