mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 06:37:49 +08:00
Kirki 4.0.24
This commit is contained in:
parent
896957cd95
commit
79e4092e86
39 changed files with 1664 additions and 1315 deletions
|
@ -5,7 +5,7 @@
|
|||
* Description: The Ultimate WordPress Customizer Framework
|
||||
* Author: David Vongries
|
||||
* Author URI: https://davidvongries.com/
|
||||
* Version: 4.0.22
|
||||
* Version: 4.0.24
|
||||
* Text Domain: kirki
|
||||
* Requires at least: 5.2
|
||||
* Requires PHP: 7.0
|
||||
|
@ -44,7 +44,7 @@ require_once __DIR__ . '/inc/bootstrap.php'; // phpcs:ignore WPThemeReview.CoreF
|
|||
|
||||
// Define the KIRKI_VERSION constant.
|
||||
if ( ! defined( 'KIRKI_VERSION' ) ) {
|
||||
define( 'KIRKI_VERSION', '4.0.22' );
|
||||
define( 'KIRKI_VERSION', '4.0.24' );
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'Kirki' ) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue