Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#48179 closed defect (bug) (fixed)

Typo in PHP Documentor block for wp_get_missing_image_subsizes function

Reported by: davidbinda's profile david.binda Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.3 Priority: normal
Severity: normal Version: 5.3
Component: Media Keywords: has-patch
Focuses: docs Cc:

Description

The param description currently reads:

@param array $saved_data The data retirned from WP_Image_Editor after successfully saving an image.

Note the retirned (vs. returned).

Attachments (1)

48179.diff (659 bytes) - added by david.binda 5 years ago.

Download all attachments as: .zip

Change History (4)

@david.binda
5 years ago

#1 @Hareesh Pillai
5 years ago

  • Focuses docs added
  • Keywords has-patch added

#2 @SergeyBiryukov
5 years ago

  • Component changed from General to Media
  • Milestone changed from Awaiting Review to 5.3
  • Type changed from enhancement to defect (bug)

#3 @SergeyBiryukov
5 years ago

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

In 46368:

Docs: Fix typo in wp_get_missing_image_subsizes() DocBlock.

Props david.binda.
Fixes #48179.

Note: See TracTickets for help on using tickets.