Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#39504 closed defect (bug) (fixed)

Correct wrong`@access` tags in class WP_Locale

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

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 10 years ago.
Correct @access tag to public

Download all attachments as: .zip

Change History (4)

@keesiemeijer
10 years ago

Correct @access tag to public

#1 @keesiemeijer
10 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
10 years ago

  • Milestone Awaiting Review4.8

#3 @SergeyBiryukov
10 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

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.