Changeset 984147
- Timestamp:
- 09/08/2014 09:40:56 AM (12 years ago)
- Location:
- easy-responsive-tabs
- Files:
-
- 4 edited
-
tags/2.2/README.txt (modified) (2 diffs)
-
tags/2.2/easy_res_tab.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/easy_res_tab.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-responsive-tabs/tags/2.2/README.txt
r970419 r984147 14 14 >For plugin support go to [http://support.oscitasthemes.com](http://support.oscitasthemes.com) 15 15 16 >Wordpress 3.9ready16 >Wordpress 4.0 ready 17 17 18 18 Easy Responsive Tabs is bootstrap 3.0 compatible plugin which add icons to wordpress editor (tinyMCE Shortcode Buttons) and one can add bootstrap style responsive tabs to their website just by clicking on tinyMCE editor icon. … … 70 70 71 71 == Changelog == 72 73 = 3.0 = 74 75 * [Update] Wordpress 4.0 ready. 72 76 73 77 = 2.8 = -
easy-responsive-tabs/tags/2.2/easy_res_tab.php
r970419 r984147 99 99 100 100 public function osc_add_ert_plugin($plugin_array) { 101 add_filter('mce_buttons _3', array( $this,'osc_register_ert_button'));101 add_filter('mce_buttons', array( $this,'osc_register_ert_button'),903.498); 102 102 $plugin_array['oscitasrestabs']=plugins_url('/assets/js/tabs_plugin.js', __FILE__); 103 103 return $plugin_array; -
easy-responsive-tabs/trunk/README.txt
r970419 r984147 14 14 >For plugin support go to [http://support.oscitasthemes.com](http://support.oscitasthemes.com) 15 15 16 >Wordpress 3.9ready16 >Wordpress 4.0 ready 17 17 18 18 Easy Responsive Tabs is bootstrap 3.0 compatible plugin which add icons to wordpress editor (tinyMCE Shortcode Buttons) and one can add bootstrap style responsive tabs to their website just by clicking on tinyMCE editor icon. … … 70 70 71 71 == Changelog == 72 73 = 3.0 = 74 75 * [Update] Wordpress 4.0 ready. 72 76 73 77 = 2.8 = -
easy-responsive-tabs/trunk/easy_res_tab.php
r970419 r984147 99 99 100 100 public function osc_add_ert_plugin($plugin_array) { 101 add_filter('mce_buttons _3', array( $this,'osc_register_ert_button'));101 add_filter('mce_buttons', array( $this,'osc_register_ert_button'),903.498); 102 102 $plugin_array['oscitasrestabs']=plugins_url('/assets/js/tabs_plugin.js', __FILE__); 103 103 return $plugin_array;
Note: See TracChangeset
for help on using the changeset viewer.