Make WordPress Core

Opened 7 weeks ago

Closed 7 weeks ago

Last modified 7 weeks ago

#61392 closed defect (bug) (fixed)

Improper docblock defination structure for blocks apply_block_hooks_to_content() function

Reported by: khokansardar's profile khokansardar Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.6 Priority: normal
Severity: normal Version: 6.6
Component: General Keywords: has-patch
Focuses: docs, coding-standards Cc:

Description (last modified by SergeyBiryukov)

In changeset [58291] for function apply_block_hooks_to_content the functional docblock structure is improper.
Functional docblock defination should be as per wordpress standards.

Change History (5)

This ticket was mentioned in PR #6748 on WordPress/wordpress-develop by @khokansardar.


7 weeks ago
#1

  • Keywords has-patch added

Trac ticket: #61392

#2 @khokansardar
7 weeks ago

  • Focuses coding-standards added

#3 @SergeyBiryukov
7 weeks ago

  • Description modified (diff)
  • Milestone changed from Awaiting Review to 6.6

#4 @SergeyBiryukov
7 weeks ago

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

In 58356:

Docs: Correct DocBlock formatting for apply_block_hooks_to_content().

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

Props khokansardar.
Fixes #61392.

@SergeyBiryukov commented on PR #6748:


7 weeks ago
#5

Thanks for the PR! Merged in r58356.

Note: See TracTickets for help on using tickets.