Changeset 3494466
- Timestamp:
- 03/30/2026 10:41:45 AM (43 hours ago)
- Location:
- infility-global/trunk
- Files:
-
- 2 edited
-
infility_global.php (modified) (2 diffs)
-
widgets/infility-chat-tool/infility-chat-tool.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
infility-global/trunk/infility_global.php
r3492358 r3494466 4 4 Plugin URI: https://www.infility.cn/ 5 5 Description: Infility公共插件 6 Version: 2.15.0 56 Version: 2.15.06 7 7 Author: Infility 8 8 Author URI: https://www.infility.cn/ … … 151 151 function __construct() 152 152 { 153 define( 'INFILITY_GLOBAL_VERSION', '2.15.0 5' );153 define( 'INFILITY_GLOBAL_VERSION', '2.15.06' ); 154 154 define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠 155 155 define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的 -
infility-global/trunk/widgets/infility-chat-tool/infility-chat-tool.php
r3491621 r3494466 381 381 } 382 382 383 if( empty($data)){383 if(!empty($data)){ 384 384 $wpdb->update($tableName,$data,['id'=>$id]); 385 385 }
Note: See TracChangeset
for help on using the changeset viewer.