This repository was archived by the owner on May 2, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <div id="tabs" class="settings-tab">
2121 <ul>
2222 <li><a href="#tabs-1"><?php _e ( 'Settings ' ); ?> </a></li>
23- <li><a href="#tabs-3 "><?php _e ( 'Import/Export ' , $ this ->plugin_slug ); ?> </a></li>
23+ <li><a href="#tabs-2 "><?php _e ( 'Import/Export ' , $ this ->plugin_slug ); ?> </a></li>
2424 </ul>
2525 <div id="tabs-1" class="wrap">
2626 <?php
4747 'tax_glossary ' => __ ( 'Glossary Taxonomy ' , $ this ->plugin_slug )
4848 )
4949 ) );
50+ $ cmb ->add_field ( array (
51+ 'name ' => __ ( 'Order Glossary terms archive alphabetically ' , $ this ->plugin_slug ),
52+ 'id ' => 'order_terms ' ,
53+ 'type ' => 'checkbox ' ,
54+ ) );
5055 $ cmb ->add_field ( array (
5156 'name ' => __ ( 'Link only the first occurence ' , $ this ->plugin_slug ),
5257 'desc ' => __ ('Prevent duplicate links and tooltips in the same post ' , $ this ->plugin_slug ),
8792
8893 <!-- @TODO: Provide other markup for your options page here. -->
8994 </div>
90- <div id="tabs-3 " class="metabox-holder">
95+ <div id="tabs-2 " class="metabox-holder">
9196 <div class="postbox">
9297 <h3 class="hndle"><span><?php _e ( 'Export Settings ' , $ this ->plugin_slug ); ?> </span></h3>
9398 <div class="inside">
You can’t perform that action at this time.
0 commit comments