#46539 closed enhancement (invalid)
Docs: Fix @since tags to use the 3-digit x.x.x style in wp-db.php
| Reported by: | mukesh27 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Database | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs, coding-standards |
Description (last modified by )
It was flagged in #26713. As per the documentation standards need to change @since 0.71 to @since 0.71.0 in wp-db.php
Attachments (1)
Change History (4)
#2
@
7 years ago
- Milestone Awaiting Review
- Resolution → invalid
- Status new → closed
Hi @mukesh27, thanks for the patch!
The standards apply to our current version numbering scheme, where the first two digits are the major version (e.g. 5.1), and the third one is a minor version (e.g. 5.1.1).
0.70 and 0.71 were the very first releases. They didn't use the current verion numbering scheme, so the 3-digit rule does not apply there.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch.