activate.php
7 months ago
compatible-plugins.php
2 months ago
config.php
1 month ago
connect-jp.php
7 months ago
enter.php
2 years ago
footer.php
1 month ago
get.php
7 months ago
logo.php
2 years ago
notice.php
3 months ago
predefined.php
2 months ago
setup-jetpack.php
7 months ago
setup.php
7 months ago
start.php
1 month ago
stats.php
1 month 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> |