mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 11:50:25 +08:00
Kirki 4.0.24
This commit is contained in:
parent
896957cd95
commit
79e4092e86
39 changed files with 1664 additions and 1315 deletions
|
@ -271,7 +271,7 @@ class Kirki extends Init {
|
|||
// Convert css_vars to output args.
|
||||
if ( isset( $args['css_vars'] ) ) {
|
||||
|
||||
if ( 'postMessage' === $args['transport'] ) {
|
||||
if ( isset( $args['transport'] ) && 'postMessage' === $args['transport'] ) {
|
||||
$args['transport'] = 'auto';
|
||||
}
|
||||
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
|
||||
namespace Kirki\Compatibility;
|
||||
|
||||
use Kirki\URL;
|
||||
|
||||
/**
|
||||
* Adds scripts for backwards-compatibility
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue