Skip to:
Content

bbPress.org

Changeset 1303


Ignore:
Timestamp:
03/13/2008 03:02:12 PM (18 years ago)
Author:
sambauers
Message:

Very small string change in settings to match string in installer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/options-wordpress.php

    r1301 r1303  
    8484            <div>
    8585                <input class="text" name="secret" id="secret" value="<?php bb_form_option('secret'); ?>" />
    86                 <p><?php _e('This must match the value of the WordPress setting named "secret" in your WordPress installation. Look for the option labeled "secret" in <a href="#" id="getSecretOption" onclick="window.open(this.href); return false;">this WordPress admin page</a>'); ?></p>
     86                <p><?php _e('This must match the value of the WordPress setting named "secret" in your WordPress installation. Look for the option labeled "secret" in <a href="#" id="getSecretOption" onclick="window.open(this.href); return false;">this WordPress admin page</a>.'); ?></p>
    8787            </div>
    8888        </div>
Note: See TracChangeset for help on using the changeset viewer.