Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20797 closed feature request (wontfix)

Term "menu_order" missing for 3.3.2

Reported by: alyssonweb's profile alyssonweb Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.3.2
Component: Taxonomy Keywords: needs-patch needs-refresh
Focuses: Cc:

Description

Issue

function "wp_get_db_schema" on "/wp-admin/includes/schema.php" on line 57 is missing "menu_order" column.

Fix

menu_order int(11) NOT NULL default '0',

Attachments (1)

schema.php (30.6 KB) - added by alyssonweb 13 years ago.
Patch file

Download all attachments as: .zip

Change History (2)

@alyssonweb
13 years ago

Patch file

#1 @dd32
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Terms do not have a menu_order field.

Instead, there is a term_order field in the term_relationships table (Which links a Term to it's Taxonomy).

Note: See TracTickets for help on using tickets.