predefined.php 318 B

1234567891011
  1. <div class="akismet-box">
  2. <h2><?php esc_html_e( 'Manual Configuration', 'akismet' ); ?></h2>
  3. <p>
  4. <?php
  5. /* translators: %s is the wp-config.php file */
  6. echo sprintf( esc_html__( 'An Akismet API key has been defined in the %s file for this site.', 'akismet' ), '<code>wp-config.php</code>' );
  7. ?>
  8. </p>
  9. </div>