Changeset 3416920
- Timestamp:
- 12/11/2025 03:17:29 AM (4 months ago)
- Location:
- infility-global/trunk
- Files:
-
- 2 edited
-
infility_global.php (modified) (2 diffs)
-
widgets/infility-import-data/include/infility-import-excel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
infility-global/trunk/infility_global.php
r3409016 r3416920 4 4 Plugin URI: https://www.infility.cn/ 5 5 Description: Infility公共插件 6 Version: 2.14.3 86 Version: 2.14.39 7 7 Author: Infility 8 8 Author URI: https://www.infility.cn/ … … 142 142 function __construct() 143 143 { 144 define( 'INFILITY_GLOBAL_VERSION', '2.14.3 8' );144 define( 'INFILITY_GLOBAL_VERSION', '2.14.39' ); 145 145 define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠 146 146 define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的 -
infility-global/trunk/widgets/infility-import-data/include/infility-import-excel.php
r3354991 r3416920 51 51 $term = ''; 52 52 foreach($terms as $key1=>$value1){ 53 if($value == $value1->name){ 53 $format_value = str_replace('&', '&', $value); 54 if($format_value == $value1->name){ 54 55 $term = $value1; 55 56 break;
Note: See TracChangeset
for help on using the changeset viewer.