Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#45170 closed defect (bug) (duplicate)

Fix a typo in the DocBlock description for wp_add_inline_style()

Reported by: DrewAPicture Owned by: pento
Priority: normal Milestone:
Component: Script Loader Version: 3.3
Severity: normal Keywords: good-first-bug has-patch
Cc: Focuses: docs

Description

The first sentence of the wp_add_inline_style() DocBlock contains a typo.

Styles will only be added if the stylesheet in already in the queue.

Should be

Styles will only be added if the stylesheet is already in the queue.

Great opportunity for a first patch!

Attachments (1)

45170.diff (732 bytes ) - added by pratikthink 8 years ago.

Download all attachments as: .zip

Change History (4)

@pratikthink
8 years ago

#1 @SergeyBiryukov
8 years ago

  • Keywords has-patch added
  • Milestone Awaiting Review5.1

#2 @pento
8 years ago

  • Owner set to pento
  • Status newassigned

#3 @pento
8 years ago

  • Milestone 5.1
  • Resolutionduplicate
  • Status assignedclosed

This was fixed in #45705.

Note: See TracTickets for help on using tickets.