Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#39504 closed defect (bug) (fixed)

Correct wrong`@access` tags in class WP_Locale

Reported by: keesiemeijer's profile keesiemeijer Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.8 Priority: normal
Severity: normal Version:
Component: I18N Keywords: has-patch
Focuses: docs Cc:

Description

The @access tag in the DocBlocks for the methods init() and register_globals() is set to private where it should be public.

Attachments (1)

39504.patch (626 bytes) - added by keesiemeijer 7 years ago.
Correct @access tag to public

Download all attachments as: .zip

Change History (4)

@keesiemeijer
7 years ago

Correct @access tag to public

#1 @keesiemeijer
7 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
7 years ago

  • Milestone changed from Awaiting Review to 4.8

#3 @SergeyBiryukov
7 years ago

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

In 39737:

Docs: Correct @access entries for WP_Locale::init() and WP_Locale::register_globals().

Props keesiemeijer.
Fixes #39504.

Note: See TracTickets for help on using tickets.