Opened 12 years ago
Closed 12 years ago
#24920 closed defect (bug) (fixed)
Remove unused global $pagenow in multiple files
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
An unused $pagenow global is called via:
_wp_menu_output()
inwp-admin/menu-header.php
media_upload_form()
inwp-admin/includes/media.php
wp_link_pages
inwp-includes/post-template.php
Attached patch removes these.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 24974: