wp-productzilla/wp-content/plugins/akismet/views/predefined.php
rizal.productzilla b8ae357805 cloning program
2024-04-01 13:15:25 +07:00

11 lines
318 B
PHP
Executable File

<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>