wp2static/views/message.phtml

18 lines
384 B
PHTML
Raw Normal View History

2016-12-27 14:30:54 +13:00
<?php
/**
* @package WP Static HTML Output
*
* Copyright (c) 2011 Leon Stafford
*/
?>
2016-12-29 17:22:51 +13:00
2016-12-27 14:30:54 +13:00
<div class="updated fade">
2016-12-29 17:22:51 +13:00
<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 ?>