Changeset 3215783
- Timestamp:
- 01/02/2025 03:54:38 AM (12 months ago)
- Location:
- gradient-starter-templates/trunk
- Files:
-
- 3 edited
-
gradient-starter-templates.php (modified) (2 diffs)
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gradient-starter-templates/trunk/gradient-starter-templates.php
r3199073 r3215783 10 10 Plugin Name: Starter Templates by Gradient Themes 11 11 Description: Plugin used to install demo data for themes developed and submitted by Gradient Themes. 12 Version: 1.2. 312 Version: 1.2.4 13 13 Author: gradientthemes 14 14 Author URI: www.gradientthemes.com … … 21 21 22 22 /*Define Constants for this plugin*/ 23 define( 'gradient_starter_templates_VERSION', '1.2. 3' );23 define( 'gradient_starter_templates_VERSION', '1.2.4' ); 24 24 define( 'gradient_starter_templates_PLUGIN_NAME', 'gradient-starter-templates' ); 25 25 define( 'gradient_starter_templates_PATH', plugin_dir_path( __FILE__ ) ); -
gradient-starter-templates/trunk/includes/functions.php
r3199073 r3215783 21 21 //echo gradient_starter_templates_get_current_theme_slug(); 22 22 23 23 24 if(gradient_starter_templates_get_current_theme_slug()=='best-shop' && function_exists('best_shop_pro_textdomain') ){ 24 return false;25 return true; 25 26 } 26 27 27 28 if(gradient_starter_templates_get_current_theme_slug()=='news-blog' && function_exists('news_blog_pro_textdomain') ){ 28 return false;29 return true; 29 30 } 30 31 31 32 if(gradient_starter_templates_get_current_theme_slug()=='hotel-and-travel' && function_exists('hotel_and_travel_pro_textdomain') ){ 32 return false;33 return true; 33 34 } 34 35 35 return true; 36 return false; 37 36 38 } 37 39 -
gradient-starter-templates/trunk/readme.txt
r3023036 r3215783 4 4 Tags: import, content, demo, data, widgets, settings, redux, theme options 5 5 Requires at least: 4.9 6 Tested up to: 6. 27 Stable tag: 1.2. 26 Tested up to: 6.7 7 Stable tag: 1.2.4 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.