mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-09-05 21:00:27 +08:00
ajaxify archive generation
This commit is contained in:
parent
5e54a11709
commit
42c1107086
5 changed files with 22 additions and 25 deletions
|
@ -5,6 +5,13 @@
|
|||
* Copyright (c) 2011 Leon Stafford
|
||||
*/
|
||||
?>
|
||||
|
||||
<div class="updated fade">
|
||||
<p><strong><?php echo $this->message ?></strong></p>
|
||||
</div>
|
||||
<p><strong><?php echo $this->message; ?></strong></p>
|
||||
|
||||
</div>
|
||||
|
||||
<?php if (is_array($this->exportLog) && count($this->exportLog)): ?>
|
||||
<h3>Export Log</h3>
|
||||
<pre class="wpsho-export-log"><?php echo implode("\n", array_keys($this->exportLog)) ?></pre>
|
||||
<?php endif ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue