mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-16 06:18:48 +02:00
8 lines
177 B
PHP
8 lines
177 B
PHP
<div class="akismet-box">
|
|
<?php Akismet::view( 'title' ); ?>
|
|
<?php Akismet::view( 'setup' );?>
|
|
</div>
|
|
<br/>
|
|
<div class="akismet-box">
|
|
<?php Akismet::view( 'enter' );?>
|
|
</div>
|