Opened 15 years ago
Closed 13 years ago
#16516 closed defect (bug) (fixed)
wp_page_menu documentation of the sort_column parameter
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.7 | Priority: | normal |
| Severity: | normal | Version: | 2.7 |
| Component: | Inline Docs | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The source code documentation for wp_page_menu reads:
* <li><strong>sort_column</strong> - How to sort the list of pages. Defaults * to page title. Use column for posts table.</li>
The actual default value is 'menu_order, post_title' (correctly, as per Ticket 10266).
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Refresh of original patch