Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#40262 closed defect (bug) (fixed)

Incorrect annotation for __clear_multi_author_cache function

Reported by: swissspidy Owned by: swissspidy
Priority: low Milestone: 4.8
Component: Themes Version:
Severity: trivial Keywords:
Cc: Focuses:

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)

#1 @swissspidy
9 years ago

  • Owner set to swissspidy
  • Resolutionfixed
  • Status newclosed

In 40334:

Themes: Fix incorrect annotation for __clear_multi_author_cache() function.

Props flixos90.
See #40063.
Fixes #40262.

Note: See TracTickets for help on using tickets.