Opened 4 years ago
Closed 4 years ago
#48254 closed defect (bug) (fixed)
Consistent file deprecation
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | minor | Version: | 5.3 |
Component: | General | Keywords: | has-patch |
Focuses: | docs, coding-standards | Cc: |
Description
While testing a new sniff for WPCS, I ran into an number of inconsistencies in the use of the `_deprecated_file()` function.
In particular:
- Missing
@deprecated
tags in the file docblock of some deprecated files. - Incorrect usage of the
_deprecated_file()
function related to ticket #42364
The attached patch would fix the documentation inconsistencies.
For the other inconsistencies, I will attach a new patch to ticket #42364.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Docs: add missing file deprecation @deprecated tags