Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#45170 closed defect (bug) (duplicate)

Fix a typo in the DocBlock description for wp_add_inline_style()

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

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 6 years ago.

Download all attachments as: .zip

Change History (4)

@pratikthink
6 years ago

#1 @SergeyBiryukov
6 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 5.1

#2 @pento
6 years ago

  • Owner set to pento
  • Status changed from new to assigned

#3 @pento
6 years ago

  • Milestone 5.1 deleted
  • Resolution set to duplicate
  • Status changed from assigned to closed

This was fixed in #45705.

Note: See TracTickets for help on using tickets.