Ticket #19875 (closed enhancement: fixed)
Simplify code in WP_Rewrite::page_rewrite_rules()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Rewrite Rules | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
WP_Rewrite::page_rewrite_rules() performs an unnecessary array_merge() on an empty array. It can be simplified to make it easier to read and understand.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

