Opened 9 years ago
Closed 9 years ago
#40262 closed defect (bug) (fixed)
Incorrect annotation for __clear_multi_author_cache function
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.8 | Priority: | low |
| Severity: | trivial | Version: | |
| Component: | Themes | Keywords: | |
| Focuses: | Cc: |
Description
There's currently a @private annotation for the __clear_multi_author_cache() function.
According to our PHP Documentation Standards, this should actually be @access private.
Previously mentioned in #40063.
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 40334: