activate.php
1 year ago
compatible-plugins.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
1 year ago
title.php
6 years ago
setup.php
13 lines
| 1 | <div class="akismet-setup-instructions"> |
| 2 | <p><?php esc_html_e( 'Set up your Akismet account to enable spam filtering on this site.', 'akismet' ); ?></p> |
| 3 | <?php |
| 4 | Akismet::view( |
| 5 | 'get', |
| 6 | array( |
| 7 | 'text' => __( 'Choose an Akismet plan', 'akismet' ), |
| 8 | 'classes' => array( 'akismet-button', 'akismet-is-primary' ), |
| 9 | ) |
| 10 | ); |
| 11 | ?> |
| 12 | </div> |
| 13 |