mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-29 01:13:18 +08:00
Update to Kirki 4.2.0
This commit is contained in:
parent
cbfd4f27e4
commit
77ecd4ca69
440 changed files with 6230 additions and 5211 deletions
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
/**
|
||||
* Metabox template for displaying installation progress.
|
||||
*
|
||||
* @package Kirki
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) || die( "Can't access directly" );
|
||||
?>
|
||||
|
||||
<div class="heatbox installation-progress-metabox is-hidden">
|
||||
<div class="heatbox-content">
|
||||
<div class="installation-info">
|
||||
Hang tight, please don't exit this page...
|
||||
</div>
|
||||
<ul class="installation-progress-list">
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue