Opened 13 months ago
Closed 13 months ago
#63679 closed defect (bug) (fixed)
Typo correction – 'clase' to 'clause'
| Reported by: | marian1 | Owned by: | jorbin |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.9 |
| Component: | Query | Version: | 6.8 |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
There is a typo in a comment within the WP_Query::generate_cache_key method.
- Incorrect: "[...] but the arguments are not modified as they can be used for the orderby clase."
- Correct: "[...] but the arguments are not modified as they can be used for the orderby clause."
Attachments (1)
Change History (4)
This ticket was mentioned in PR #9225 on WordPress/wordpress-develop by @marian1.
13 months ago
#1
- Keywords has-patch added
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixes a typo in a comment within the
WP_Query::generate_cache_keymethod.Trac ticket: https://core.trac.wordpress.org/ticket/63679