Make WordPress Core

Opened 2 months ago

Closed 2 months ago

#61390 closed defect (bug) (fixed)

Incorrect docblock opener of the insert_hooked_blocks_and_set_ignored_hooked_blocks_metadata function

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

Description

In r58292 the docblock of the insert_hooked_blocks_and_set_ignored_hooked_blocks_metadata function lost one of the * in the opener. DocBlock's opener should be /** instead of the /*

Attachments (1)

61390.diff (447 bytes) - added by david.binda 2 months ago.

Download all attachments as: .zip

Change History (3)

@david.binda
2 months ago

#1 @SergeyBiryukov
2 months ago

  • Milestone changed from Awaiting Review to 6.6

#2 @SergeyBiryukov
2 months ago

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

In 58355:

Docs: Correct DocBlock and comment formatting in wp-includes/blocks.php.

Follow-up to [58291], [58292].

Props david.binda.
Fixes #61390.

Note: See TracTickets for help on using tickets.