Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/25/2011 06:18:18 AM (15 years ago)
Author:
johnjamesjacoby
Message:

String consistency. Fixes #1584. Props ramiy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-anonymous.php

    r3207 r3375  
    1313
    1414        <fieldset class="bbp-form">
    15                 <legend><?php ( bbp_is_topic_edit() || bbp_is_reply_edit() ) ? _e( 'Author information', 'bbpress' ) : _e( 'Your information:', 'bbpress' ); ?></legend>
     15                <legend><?php ( bbp_is_topic_edit() || bbp_is_reply_edit() ) ? _e( 'Author Information', 'bbpress' ) : _e( 'Your information:', 'bbpress' ); ?></legend>
    1616                <p>
    1717                        <label for="bbp_anonymous_author"><?php _e( 'Name (required):', 'bbpress' ); ?></label><br />
Note: See TracChangeset for help on using the changeset viewer.