Opened 20 months ago
Closed 20 months ago
#62875 closed defect (bug) (fixed)
Document global $wp_local_package in wp-includes/l10n.php file.
| Reported by: | upadalavipul | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs, coding-standards |
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
@
20 months ago
- Component General → I18N
- Keywords needs-refresh added
- Milestone Awaiting Review → 6.8
- Version trunk
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
patch Added.