wp2static/views/message.phtml
2016-12-27 14:30:54 +13:00

10 lines
No EOL
177 B
PHTML

<?php
/**
* @package WP Static HTML Output
*
* Copyright (c) 2011 Leon Stafford
*/
?>
<div class="updated fade">
<p><strong><?php echo $this->message ?></strong></p>
</div>