[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-content/plugins/akismet/views/ -> predefined.php (source)

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


Generated: Wed Apr 24 01:00:03 2024 Cross-referenced by PHPXref 0.7.1