Make WordPress Core

#64181 closed defect (bug) (fixed)

Fix docblock formatting issues in REST API classes

Reported by: sujansarkar Owned by: SergeyBiryukov
Priority: normal Milestone: 6.9
Component: General Version:
Severity: trivial Keywords: has-patch needs-refresh
Cc: Focuses:

Description


Change History (4)

This ticket was mentioned in PR #10451 on WordPress/wordpress-develop by Mdsujansarkar.


10 months ago
#1

  • Keywords has-patch added

Fix docblock formatting and grammar issues in REST API classes

This commit fixes several docblock formatting inconsistencies

src/wp-includes/rest-api/class-wp-rest-request.php
src/wp-includes/rest-api/class-wp-rest-server.php
src/wp-includes/shortcodes.php
src/wp-includes/template.php

Trac ticket: https://core.trac.wordpress.org/ticket/64181#ticket

@shailu25 commented on PR #10451:


10 months ago
#2

@Mdsujansarkar Thanks for the PR. Could you please Resolve the Conflicts?

#3 @westonruter
10 months ago

  • Keywords needs-refresh added
  • Milestone Awaiting Review6.9
  • Severity normaltrivial

@sujansarkar thanks for the ticket and the PR. I'm curious how you discovered the formatting issues? Would be nice to know for possibly fixing similar issues in the future, or maybe there are other such instances.

#4 @SergeyBiryukov
10 months ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 61139:

Docs: Add some missing full stops in various DocBlocks.

Follow-up to [8196], [32846], [34928].

Props sujansarkar, shailu25, dhruvang21, westonruter, SergeyBiryukov.
Fixes #64181.

Note: See TracTickets for help on using tickets.