Opened 3 years ago
Closed 3 years ago
#12698 closed enhancement (fixed)
Use arrays instead of query strings in Twenty Ten
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Themes | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
The attached patch replaces query strings with arrays in the one instance of wp_nav_menu and in five instances of wp_link_pages in the Twenty Ten theme.
For the preference of arrays over query strings, see #6647.
Attachments (1)
Change History (4)
comment:1
iammattthomas — 3 years ago
- Owner set to iammattthomas
- Status changed from new to assigned
comment:2
iammattthomas — 3 years ago
comment:3
iammattthomas — 3 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

Replaces query strings with arrays in Twenty Ten