Opened 8 years ago
Closed 8 years ago
#40262 closed defect (bug) (fixed)
Incorrect annotation for __clear_multi_author_cache function
Reported by: | swissspidy | Owned by: | swissspidy |
---|---|---|---|
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: