Changeset 984148
- Timestamp:
- 09/08/2014 09:42:00 AM (11 years ago)
- Location:
- easy-responsive-tabs
- Files:
-
- 2 edited
-
tags/2.2/easy_res_tab.php (modified) (1 diff)
-
trunk/easy_res_tab.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-responsive-tabs/tags/2.2/easy_res_tab.php
r984147 r984148 4 4 Plugin URI: http://www.oscitasthemes.com 5 5 Description: Make bootstrap tabs res. 6 Version: 2.86 Version: 3.0 7 7 Author: oscitas 8 8 Author URI: http://www.oscitasthemes.com 9 9 License: Under the GPL v2 or later 10 10 */ 11 define('ERT_VERSION', ' 2.8');11 define('ERT_VERSION', '3.0'); 12 12 define('ERT_BASE_URL', plugins_url('',__FILE__)); 13 13 define('ERT_ASSETS_URL', ERT_BASE_URL . '/assets/'); -
easy-responsive-tabs/trunk/easy_res_tab.php
r984147 r984148 4 4 Plugin URI: http://www.oscitasthemes.com 5 5 Description: Make bootstrap tabs res. 6 Version: 2.86 Version: 3.0 7 7 Author: oscitas 8 8 Author URI: http://www.oscitasthemes.com 9 9 License: Under the GPL v2 or later 10 10 */ 11 define('ERT_VERSION', ' 2.8');11 define('ERT_VERSION', '3.0'); 12 12 define('ERT_BASE_URL', plugins_url('',__FILE__)); 13 13 define('ERT_ASSETS_URL', ERT_BASE_URL . '/assets/');
Note: See TracChangeset
for help on using the changeset viewer.