Opened 9 years ago
Closed 9 years ago
#34443 closed defect (bug) (fixed)
Correct type for global variable docs in add_submenu_page()
Reported by: | NExt-Season | Owned by: | DrewAPicture |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Plugins | Keywords: | has-patch |
Focuses: | docs, administration | Cc: |
Description (last modified by )
Fix global vars type in wp-admin/includes/plugin.php
Attachments (2)
Change History (7)
#1
@
9 years ago
- Description modified (diff)
- Keywords has-patch added
- Summary changed from Fix global vals type : wp-admin/includes/plugin.php to Correct type for global variable docs in add_submenu_page()
- Type changed from enhancement to defect (bug)
#2
@
9 years ago
- Component changed from General to Plugins
- Focuses administration added
- Keywords needs-patch added; has-patch removed
Note: See
TracTickets for help on using
tickets.
Hey there, thanks for the patch!
It would be great to have descriptions for those globals as well, if possible.
Note:
get_admin_page_parent()
defines$_wp_real_parent_file
as a string, even though it's an array. Should be fixed too I guess.