Opened 3 months ago
Closed 3 months ago
#62875 closed defect (bug) (fixed)
Document global $wp_local_package in wp-includes/l10n.php file.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch commit |
Focuses: | docs, coding-standards | Cc: |
Description
I have reviewed the below file code and found that we are using a global $wp_local_package 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-includes/l10n.php
Attachments (2)
Change History (5)
#1
@
3 months ago
- Component changed from General to I18N
- Keywords needs-refresh added
- Milestone changed from Awaiting Review to 6.8
- Version trunk deleted
Hi there!
Thanks for the ticket and patch.
The patch need updates.
* @global string $pagenow The filename of the current screen. * @global string $wp_local_package Locale code of the package.
Note: See
TracTickets for help on using
tickets.
patch Added.