WordPress.org

Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#2617 closed defect (bug) (fixed)

Improve message shown on category deletion

Reported by: westi Owned by: westi
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: category JS bg|has-patch
Cc:

Description

The message shown on category deletion just says your posts/bookmarks will be moved to the default category.

It would be nicer if this actually told your where they would go.

Attachments (2)

2617.diff (1.4 KB) - added by westi 7 years ago.
Patch with move verbose message
2617b.diff (1.5 KB) - added by mdawaffe 7 years ago.
Slightly better escaping.

Download all attachments as: .zip

Change History (6)

comment:1 westi7 years ago

  • Status changed from new to assigned

westi7 years ago

Patch with move verbose message

comment:2 westi7 years ago

  • Keywords bg|has-patch added

Patch attached with improved message.

mdawaffe7 years ago

Slightly better escaping.

comment:3 mdawaffe7 years ago

  • Keywords JS added

We want dialogs that are informative? :) Good call.

2617b.diff

We need to make sure that specialchars in the default names don't break the JS. Also, sprintf is a bit better than concatenation for i18n.

comment:4 ryan7 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [3672]) More informative delete category dialog. Because knowing is half the battle. Props westi and mdawaffe. fixes #2617

Note: See TracTickets for help on using tickets.