[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

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 : Tue Apr 23 08:20:01 2024 Cross-referenced by PHPXref