- Missing theme placeholder in forum delete message.

4.7.x
Steven Wittens 2005-05-06 06:32:13 +00:00
parent 2debcfb1ef
commit 0d134850d9
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ function _forum_confirm_delete($tid) {
$extra = form_hidden('tid', $tid);
$output = theme('confirm',
t('Are you sure you want to delete the forum %name?', array('%name' => '<em>'. $term->name .'</em>')),
t('Are you sure you want to delete the forum %name?', array('%name' => theme('placeholder', $term->name)),
'admin/forums',
t('Deleting a forum or container will delete all sub-forums as well. This action cannot be undone.'),
t('Delete'),

View File

@ -132,7 +132,7 @@ function _forum_confirm_delete($tid) {
$extra = form_hidden('tid', $tid);
$output = theme('confirm',
t('Are you sure you want to delete the forum %name?', array('%name' => '<em>'. $term->name .'</em>')),
t('Are you sure you want to delete the forum %name?', array('%name' => theme('placeholder', $term->name)),
'admin/forums',
t('Deleting a forum or container will delete all sub-forums as well. This action cannot be undone.'),
t('Delete'),