Opened 12 months ago
Closed 12 months ago
#63879 closed defect (bug) (fixed)
Correct DocBlock tag order for @since and @global in WordPress core
| Reported by: | viralsampat | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.9 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | coding-standards |
Description
Hello,
While reviewing WordPress core files, I noticed that in some DocBlocks the @since and @global tags are not in the correct order according to the documentation standards.
To maintain consistency with the WordPress documentation guidelines, the order of these tags should be corrected.
Here, I mentioned list of those files:
/wp-includes/option.php
/wp-includes/ms-settings.php
/wp-admin/includes/template.php
I have checked core tickets and found the one ticket where all the docblock changes are define.
Thanks,
Attachments (3)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I have checked above mentioned issue and resolved it. Here, I have added my patch.