[ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
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>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |