mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-28 01:57:51 +08:00
Kirki 3.1.0
This commit is contained in:
parent
93fe0e7e8e
commit
04285707a0
21 changed files with 963 additions and 1969 deletions
|
@ -5,7 +5,7 @@
|
|||
* Description: The Ultimate WordPress Customizer Framework
|
||||
* Author: Ari Stathopoulos (@aristath)
|
||||
* Author URI: https://aristath.github.io
|
||||
* Version: 3.0.45
|
||||
* Version: 3.1.0
|
||||
* Text Domain: kirki
|
||||
* Requires WP: 4.9
|
||||
* Requires PHP: 5.3
|
||||
|
@ -40,7 +40,7 @@ if ( ! defined( 'KIRKI_PLUGIN_FILE' ) ) {
|
|||
|
||||
// Define the KIRKI_VERSION constant.
|
||||
if ( ! defined( 'KIRKI_VERSION' ) ) {
|
||||
define( 'KIRKI_VERSION', '3.0.45' );
|
||||
define( 'KIRKI_VERSION', '3.1.0' );
|
||||
}
|
||||
|
||||
// Make sure the path is properly set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue