activate.php
1 year ago
config.php
1 year ago
connect-jp.php
1 year ago
enter.php
2 years ago
get.php
1 year ago
logo.php
2 years ago
notice.php
1 year ago
predefined.php
1 year ago
setup.php
1 year ago
start.php
1 year ago
stats.php
2 years ago
title.php
6 years ago
predefined.php
11 lines
| 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 | printf( 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> |