#28231 closed defect (bug) (fixed)
Typo in wp-cron.php
| Reported by: | michaelbeil | Owned by: | rclations |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | Cron API | Version: | 3.3 |
| Severity: | trivial | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: | docs |
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
@
12 years ago
- Component General → Cron API
- Keywords good-first-bug added
- Milestone Awaiting Review → 4.0
#4
@
12 years ago
- Keywords has-patch added; needs-patch removed
- Owner set to
- Status new → assigned
- Version 3.9.1 → 3.3
Hi @rclations, thanks for the patch. Every little bit helps!
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
As much as I wish that was more exhilarating, I was looking for a first patch to jump in with. Thanks!