Only remove reply placeholders if the dummy answer field is visible

This commit is contained in:
Zach Copley
2011-04-18 15:31:48 -07:00
parent 5721bb146a
commit c79d90be27
2 changed files with 22 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ class QnashowanswerForm extends Form
// TRANS: Button text for marking an answer as "best"
_m('BUTTON', 'Best'),
'submit',
'submit',
'best',
// TRANS: Title for button text marking an answer as "best"
_('Mark as best answer')
);