Changeset 3409016
- Timestamp:
- 12/03/2025 08:16:15 AM (4 months ago)
- Location:
- infility-global/trunk
- Files:
-
- 2 edited
-
infility_global.php (modified) (2 diffs)
-
widgets/gutenberg-tools/gutenberg-tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
infility-global/trunk/infility_global.php
r3408930 r3409016 4 4 Plugin URI: https://www.infility.cn/ 5 5 Description: Infility公共插件 6 Version: 2.14.3 76 Version: 2.14.38 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 7' );144 define( 'INFILITY_GLOBAL_VERSION', '2.14.38' ); 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/gutenberg-tools/gutenberg-tools.php
r3408930 r3409016 63 63 .single-blog .elementor-widget-theme-post-content h2 { margin-top: 100px; } 64 64 .single-blog .elementor-widget-theme-post-content h3 { margin-top: 30px; } 65 .single-blog .elementor-widget-theme-post-content p { margin-bottom: 10px; } 65 66 .single-blog .elementor-widget-theme-post-content img { margin-top: 20px; margin-bottom: 20px; } 66 67 .single-blog .elementor-widget-theme-post-content .wp-block-spacer { display: none; }
Note: See TracChangeset
for help on using the changeset viewer.