Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#40262 closed defect (bug) (fixed)

Incorrect annotation for __clear_multi_author_cache function

Reported by: swissspidy's profile swissspidy Owned by: swissspidy's profile 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)

#1 @swissspidy
8 years ago

  • Owner set to swissspidy
  • Resolution set to fixed
  • Status changed from new to closed

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.