Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2005 at 17:13 UTC
Updated:
15 Jun 2011 at 15:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
Uwe Hermann commentedIs this still an issue in 4.6.3 or HEAD?
Comment #2
killes@www.drop.org commentedYes, there still is a drupal_set_title($question) in confirm_form().
Comment #3
magico commentedVerified.
Seems easy to fix.
Comment #4
stevenpatzStill an issue?
Comment #5
coderintherye commentedThis is now line 2392 in Drupal 5.12. Change the line to:
t('Are you sure you want to delete %title? This action cannot be undone.', array('%title' => $node->title)),Comment #6
coderintherye commentedComment #7
stevenpatzThere is no patch.
Comment #8
coderintherye commentedSorry ended up not putting a patch cause this if assigned to 6.x-dev and my fix was for 5.x.
Comment #9
dpearcefl commentedClosing this issue because of a lack of activity.