#63177 closed defect (bug) (fixed)
Document global $wp_db_version in wp-admin/network/upgrade.php file.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.9 | Priority: | low |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | docs, multisite, coding-standards | Cc: |
Description
I have reviewed the below file code and found that we are using a global $wp_db_version variable. but they do not mention it in the function comment. So I think we need to improve the function comment code.
Files:
trunk/wp-admin/network/upgrade.php
Attachments (1)
Change History (4)
#1
@
4 months ago
- Focuses multisite added
- Keywords has-patch added
- Owner set to audrasjb
- Priority changed from normal to low
- Status changed from new to accepted
- Version trunk deleted
Thanks for the ticket and patch, self assigning.
Please note that the patch file wasn't generated against /wordpress-develop but /wp-admin. No issue for this one small patch but for a complex one, it would make it more difficult to apply the patch locally.
#2
@
4 months ago
- Resolution set to fixed
- Status changed from accepted to closed
Committed in https://core.trac.wordpress.org/changeset/60095
Note: See
TracTickets for help on using
tickets.
patch Added.