Make WordPress Core

Opened 19 months ago

Closed 19 months ago

Last modified 19 months ago

#58834 closed defect (bug) (fixed)

Docs: Remove period from the end of `@since X.X.X` annotations.

Reported by: costdev's profile costdev Owned by: audrasjb's profile audrasjb
Milestone: 6.3 Priority: normal
Severity: normal Version: 6.3
Component: General Keywords: has-patch commit
Focuses: docs Cc:

Description

There are 23 instances of @since X.X.X. in Core. All of these were introduced during the 6.3 cycle.

I'm not sure if this could break the parser on DevHub but either way, the final period should be removed.

Regex search pattern: @since ([0-9]\.){3}$

Change History (4)

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


19 months ago
#1

This removes the period from several @since annotations which included a period after the version number.

#2 @audrasjb
19 months ago

  • Keywords commit added
  • Owner set to audrasjb
  • Status changed from new to accepted

#3 @audrasjb
19 months ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 56256:

Docs: Fix various incorrect @since mentions.

Props costdev, mukesh27.
Fixes #58834.
See #57840.

Note: See TracTickets for help on using tickets.