ajaxify archive generation

This commit is contained in:
Leon Stafford 2016-12-29 17:22:51 +13:00
parent 5e54a11709
commit 42c1107086
5 changed files with 22 additions and 25 deletions

View file

@ -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 ?>