#28231 closed defect (bug) (fixed)
Typo in wp-cron.php
Reported by: | michaelbeil | Owned by: | rclations |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | trivial | Version: | 3.3 |
Component: | Cron API | Keywords: | good-first-bug has-patch |
Focuses: | docs | Cc: |
Description
This might be one of the easiest patches ever, but I noticed a typo in a comment within wp-cron.php on line 36. The comment says "another processs updated the cache," but should have one less 's' on the word process.
https://core.trac.wordpress.org/browser/branches/3.9/src/wp-cron.php#L36
Attachments (1)
Change History (7)
#2
@
10 years ago
- Component changed from General to Cron API
- Keywords good-first-bug added
- Milestone changed from Awaiting Review to 4.0
#4
@
10 years ago
- Keywords has-patch added; needs-patch removed
- Owner set to rclations
- Status changed from new to assigned
- Version changed from 3.9.1 to 3.3
Hi @rclations, thanks for the patch. Every little bit helps!
Note: See
TracTickets for help on using
tickets.
As much as I wish that was more exhilarating, I was looking for a first patch to jump in with. Thanks!