Changeset 3170098
- Timestamp:
- 10/16/2024 11:58:33 AM (17 months ago)
- Location:
- basepress/trunk
- Files:
-
- 3 edited
-
admin/class-basepress-settings.php (modified) (1 diff)
-
basepress.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
basepress/trunk/admin/class-basepress-settings.php
r3053072 r3170098 741 741 echo '</div>'; 742 742 743 submit_button( esc_html__( 'Save Settings', 'basepress' ) ); 743 $attr_options = []; 744 $other_attributes = apply_filters( 'basepress_save_settings', $attr_options ); 745 submit_button( esc_html__( 'Save Settings', 'basepress' ), 'primary', 'submit', true, $other_attributes ); 744 746 echo '</form>'; 745 747 echo '</div>'; -
basepress/trunk/basepress.php
r3143329 r3170098 5 5 * Plug URI: https://basepresskb.com/ 6 6 * Description: The perfect Knowledge Base plugin for WordPress 7 * Version: 2.16.3. 17 * Version: 2.16.3.2 8 8 * Author: codeSavory 9 9 * Author URI: https://basepresskb.com/ -
basepress/trunk/readme.txt
r3143329 r3170098 5 5 Requires at least: 4.5 6 6 Tested up to: 6.6.1 7 Stable tag: 2.16.3. 17 Stable tag: 2.16.3.2 8 8 Requires PHP: 5.7 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.