You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
318 B
PHTML
11 lines
318 B
PHTML
7 months ago
|
<div class="akismet-box">
|
||
|
<h2><?php esc_html_e( 'Manual Configuration', 'akismet' ); ?></h2>
|
||
|
<p>
|
||
|
<?php
|
||
|
|
||
|
/* translators: %s is the wp-config.php file */
|
||
|
echo sprintf( esc_html__( 'An Akismet API key has been defined in the %s file for this site.', 'akismet' ), '<code>wp-config.php</code>' );
|
||
|
|
||
|
?>
|
||
|
</p>
|
||
|
</div>
|