ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

predefined.php (318B)


      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>