Skip to:
Content

bbPress.org

Changeset 548


Ignore:
Timestamp:
11/12/2006 11:16:35 PM (19 years ago)
Author:
mdawaffe
Message:

Typo in akismet. Props icwiener

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/akismet.php

    r526 r548  
    189189    global $bb_current_submenu, $bb_posts, $page;
    190190    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_keyy</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>
    192192<?php   endif;
    193193
Note: See TracChangeset for help on using the changeset viewer.