git-subtree-dir: SiriusPress/wordpress
git-subtree-mainline: 6d2204413f383520b3f2ece120bc7324f2e88906
git-subtree-split: 1f173de885
11 lines
No EOL
312 B
PHP
11 lines
No EOL
312 B
PHP
<div class="akismet-box">
|
|
<h2><?php esc_html_e( 'Manual configuration', 'akismet' ); ?></h2>
|
|
<p>
|
|
<?php
|
|
|
|
/* translators: %s is the wp-config.php file */
|
|
printf( esc_html__( 'An Akismet API key has been defined in the %s file for this site.', 'akismet' ), '<code>wp-config.php</code>' );
|
|
|
|
?>
|
|
</p>
|
|
</div>
|