Changeset 3425837
- Timestamp:
- 12/23/2025 06:25:33 AM (3 months ago)
- Location:
- infility-global/trunk
- Files:
-
- 2 edited
-
infility_global.php (modified) (2 diffs)
-
widgets/infility-import-data/infility-import-data.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
infility-global/trunk/infility_global.php
r3422672 r3425837 4 4 Plugin URI: https://www.infility.cn/ 5 5 Description: Infility公共插件 6 Version: 2.14.4 56 Version: 2.14.46 7 7 Author: Infility 8 8 Author URI: https://www.infility.cn/ … … 144 144 function __construct() 145 145 { 146 define( 'INFILITY_GLOBAL_VERSION', '2.14.4 5' );146 define( 'INFILITY_GLOBAL_VERSION', '2.14.46' ); 147 147 define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠 148 148 define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的 -
infility-global/trunk/widgets/infility-import-data/infility-import-data.php
r3421596 r3425837 401 401 </div> 402 402 <div class="row"> 403 <input type="hidden" name="nonce" value="<?php echo $nonce;?>"> 403 404 <button class="form_button">开始</button> 404 405 </div>
Note: See TracChangeset
for help on using the changeset viewer.