Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 3 months ago

#3408 closed enhancement (fixed)

Additional category admin hooks to allow alternate category admin interface

Reported by: alexkingorg's profile alexkingorg Owned by: ryan's profile ryan
Milestone: 2.1 Priority: high
Severity: normal Version: 2.1
Component: Administration Keywords: categories has-patch
Focuses: Cc:

Description

Per conversation with Ryan, the following hooks allow me to implement an alternate category admin interface for managing categories - one that works better when there is a *large* volume of categories.

Fewer changes were needed than I expected - only 3 new hooks.

Attachments (1)

patch.diff (1.4 KB) - added by alexkingorg 17 years ago.
patch

Download all attachments as: .zip

Change History (5)

@alexkingorg
17 years ago

patch

#1 @mdawaffe
17 years ago

Why not just add a filter the output of _cat_row() instead of the whole shebang? You'd not need to output buffer.

#2 @alexkingorg
17 years ago

If you only filter the output of _cat_row(), you can't replace the entire list and you are bound by the loop behavior in cat_row(). I need to replace the entire thing.

#4 @ryan
17 years ago

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

(In [4595]) Hooks needed to allow alternate category admin inteface. Props alexkingorg. fixes #3408

Note: See TracTickets for help on using tickets.