Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/07/2011 05:14:13 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Translation tweak to form-reply.php. Fixes #1584. Props ramiy.

File:
1 edited

Legend:

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

    r3386 r3388  
    2222            <form id="new-post" name="new-post" method="post" action="">
    2323                <fieldset class="bbp-form">
    24                     <legend><?php printf( __( 'Reply to: &ldquo;%s&rdquo;', 'bbpress' ), bbp_get_topic_title() ); ?></legend>
     24                    <legend><?php printf( __( 'Reply To: %s', 'bbpress' ), bbp_get_topic_title() ); ?></legend>
    2525
    2626                    <?php if ( !bbp_is_topic_open() && !bbp_is_reply_edit() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.