Opened 7 months ago
Closed 7 months ago
#63679 closed defect (bug) (fixed)
Typo correction – 'clase' to 'clause'
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.9 | Priority: | normal |
| Severity: | trivial | Version: | 6.8 |
| Component: | Query | Keywords: | has-patch |
| Focuses: | docs | Cc: |
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.
7 months ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
Fixes a typo in a comment within the
WP_Query::generate_cache_keymethod.Trac ticket: https://core.trac.wordpress.org/ticket/63679