mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-08-30 13:43:54 +08:00
10 lines
No EOL
177 B
PHTML
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>
|