Changeset 548
- Timestamp:
- 11/12/2006 11:16:35 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/akismet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/akismet.php
r526 r548 189 189 global $bb_current_submenu, $bb_posts, $page; 190 190 if ( !bb_akismet_verify_key( bb_get_option( 'akismet_key' ) ) ) : ?> 191 <div class="error"><p><?php printf(__('The API key you have specified is invalid. Please double check the <code>$bb->akismet_key y</code> variable in your <code>config.php file</code>. If you don\'t have an API key yet, you can get one at <a href="%s">WordPress.com</a>.'), 'http://wordpress.com/api-keys/'); ?></p></div>191 <div class="error"><p><?php printf(__('The API key you have specified is invalid. Please double check the <code>$bb->akismet_key</code> variable in your <code>config.php file</code>. If you don\'t have an API key yet, you can get one at <a href="%s">WordPress.com</a>.'), 'http://wordpress.com/api-keys/'); ?></p></div> 192 192 <?php endif; 193 193
Note: See TracChangeset
for help on using the changeset viewer.