#58834 closed defect (bug) (fixed)
Docs: Remove period from the end of `@since X.X.X` annotations.
Reported by: | costdev | Owned by: | 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
@audrasjb commented on PR #4862:
19 months ago
#4
Note: See
TracTickets for help on using
tickets.
This removes the period from several
@since
annotations which included a period after the version number.