Changeset 3437335
- Timestamp:
- 01/12/2026 03:16:45 AM (3 months ago)
- Location:
- infility-global/trunk
- Files:
-
- 2 edited
-
infility_global.php (modified) (2 diffs)
-
widgets/elementor-tab/includes/widgets/elementor_nav_posts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infility-global/trunk/infility_global.php
r3429478 r3437335 4 4 Plugin URI: https://www.infility.cn/ 5 5 Description: Infility公共插件 6 Version: 2.14.4 86 Version: 2.14.49 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 8' );146 define( 'INFILITY_GLOBAL_VERSION', '2.14.49' ); 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/includes/widgets/elementor_nav_posts.php
r3429478 r3437335 754 754 755 755 $this->add_control( 756 'pagination_hover_font_color', 757 [ 758 'label' => '文字悬停颜色', 759 'type' => \Elementor\Controls_Manager::COLOR, 760 'default' => '#FFFFFF', 761 'selectors' => [ 762 '{{WRAPPER}} .nav-posts-pagination .page-numbers:hover' => 'color: {{VALUE}};', 763 ], 764 ] 765 ); 766 767 $this->add_control( 756 768 'pagination_hover_color', 757 769 [ … … 760 772 'default' => '#005a87', 761 773 'selectors' => [ 762 '{{WRAPPER}} .nav-posts-pagination .page-numbers:hover' => ' color: #FFFFFF;background-color: {{VALUE}};',774 '{{WRAPPER}} .nav-posts-pagination .page-numbers:hover' => 'background-color: {{VALUE}};', 763 775 ], 764 776 ]
Note: See TracChangeset
for help on using the changeset viewer.