Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/26/2013 01:18:55 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Update label for attribute and HTML in form-topic.php. Props netweb. Fixes #2272.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/bbpress/form-topic.php

    r4733 r4823  
    8484
    8585                        <p>
    86                             <label for="bbp_reply_content"><?php _e( 'Reply:', 'bbpress' ); ?></label><br />
     86                            <label for="bbp_topic_content"><?php _e( 'Topic:', 'bbpress' ); ?></label><br />
    8787                            <textarea id="bbp_topic_content" tabindex="<?php bbp_tab_index(); ?>" name="bbp_topic_content" cols="60" rows="6"><?php bbp_form_topic_content(); ?></textarea>
    8888                        </p>
Note: See TracChangeset for help on using the changeset viewer.