- Timestamp:
- 08/07/2011 05:14:13 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-reply.php
r3386 r3388 22 22 <form id="new-post" name="new-post" method="post" action=""> 23 23 <fieldset class="bbp-form"> 24 <legend><?php printf( __( 'Reply to: “%s”', 'bbpress' ), bbp_get_topic_title() ); ?></legend>24 <legend><?php printf( __( 'Reply To: %s', 'bbpress' ), bbp_get_topic_title() ); ?></legend> 25 25 26 26 <?php if ( !bbp_is_topic_open() && !bbp_is_reply_edit() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.