Ticket #1780 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

post.php : categories sorted by id - expecting sort by alpha

Reported by: carnaticwm Assigned to: davidhouse
Priority: normal Milestone:
Component: General Version: 1.6
Severity: normal Keywords: categories bg|has-patch bg|squashed bg|commit
Cc:

Description

Greetings,

During wp-admin/post.php, the sorting of categories on the right seems to be id

I cannot see any option to let the system sort the categories by alpha

Am I missing something ?

note: I have already seen http://codex.wordpress.org/Template_Tags/list_cats - but

am using the latest version from the svn

Cheers, Kishore.

Attachments

order_cats_by_name.diff (0.6 kB) - added by davidhouse on 11/05/05 19:16:09.
order_cats_by_name.2.diff (0.8 kB) - added by davidhouse on 11/05/05 19:28:59.

Change History

11/05/05 19:15:37 changed by davidhouse

  • keywords set to categories bg|has-patch bg|squashed.
  • owner changed from anonymous to davidhouse.
  • status changed from new to assigned.

It was actually sorted by category_count. Agreed that it should be sorted alphabetically.

May I put this forward for the easiest patch ever?

11/05/05 19:16:09 changed by davidhouse

  • attachment order_cats_by_name.diff added.

11/05/05 19:19:43 changed by markjaquith

  • keywords changed from categories bg|has-patch bg|squashed to categories bg|has-patch bg|squashed bg|commit.

11/05/05 19:28:38 changed by davidhouse

Wasn't quite as simple as I thought! Here's a second patch.

11/05/05 19:28:59 changed by davidhouse

  • attachment order_cats_by_name.2.diff added.

11/06/05 06:48:42 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [3000]) Order cats by name. Props davidhouse. fixes #1780