Opened 11 years ago
Closed 11 years ago
#34443 closed defect (bug) (fixed)
Correct type for global variable docs in add_submenu_page()
| Reported by: | NExt-Season | Owned by: | DrewAPicture |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | Plugins | Version: | 4.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs, administration |
Description (last modified by )
Fix global vars type in wp-admin/includes/plugin.php
Attachments (2)
Change History (7)
#1
@
11 years ago
- Description modified (diff)
- Keywords has-patch added
- Summary Fix global vals type : wp-admin/includes/plugin.php → Correct type for global variable docs in add_submenu_page()
- Type enhancement → defect (bug)
#2
@
11 years ago
- Component General → Plugins
- Focuses administration added
- Keywords needs-patch added; has-patch removed
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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_fileas a string, even though it's an array. Should be fixed too I guess.