Changeset 3449187
- Timestamp:
- 01/29/2026 03:42:38 AM (2 months ago)
- Location:
- infility-global/trunk
- Files:
-
- 2 edited
-
infility_global.php (modified) (2 diffs)
-
widgets/elementor-tab/css/elementor_nav_posts.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infility-global/trunk/infility_global.php
r3443805 r3449187 4 4 Plugin URI: https://www.infility.cn/ 5 5 Description: Infility公共插件 6 Version: 2.14.5 06 Version: 2.14.51 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.5 0' );146 define( 'INFILITY_GLOBAL_VERSION', '2.14.51' ); 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/elementor-tab/css/elementor_nav_posts.css
r3429473 r3449187 112 112 /* 移除背景颜色,只改变文字颜色 */ 113 113 background-color: transparent; 114 color: #007cba;114 /* color: #007cba; */ 115 115 font-weight: 600; 116 116 } … … 126 126 127 127 .infility-nav-posts-widget .nav-sub-item.active span { 128 color: #007cba;128 /* color: #007cba; */ 129 129 } 130 130
Note: See TracChangeset
for help on using the changeset viewer.