Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#51620 closed defect (bug) (fixed)

Fix wp_kses_normalize_entities docblock description

Reported by: ediamin Owned by: SergeyBiryukov
Priority: normal Milestone: 5.6
Component: Formatting Version:
Severity: normal Keywords:
Cc: Focuses: docs

Description

Right now it says wp_kses_normalize_entities converts : to : in its PHP docblock description, but it should be :. The patch attached to this ticket tries to fix that.

Attachments (1)

51620.diff (712 bytes ) - added by ediamin 6 years ago.

Download all attachments as: .zip

Change History (3)

@ediamin
6 years ago

#1 @SergeyBiryukov
6 years ago

  • Focuses docs added
  • Milestone Awaiting Review5.6

#2 @SergeyBiryukov
6 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 49304:

Docs: Correct an example in wp_kses_normalize_entities() description.

Props ediamin.
Fixes #51620.

Note: See TracTickets for help on using tickets.