﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
22268	PHP Notice:  Undefined index: every12hours in /var/www/wp3/wp-includes/cron.php on line 103	volomike		"While using wp_schedule_event(time(),'hourly','myevent') and hooking back to a custom event that calls my function callback, and refreshing one of my admin pages for a plugin I'm coding, the Apache log is filling with the undefined index regarding 'every12hours' in cron.php on line 103. This might mean, and I'm not certain yet -- that 3.4.2 doesn't have a working wp-cron for 'hourly' like it is supposed to have? Please double check that.

Note that I caught this because I have error_reporting(E_ALL) specified.

The line in question (103) is in the wp_reschedule_event() function and the line reads like so:

{{{
$interval = $schedules[$recurrence]['interval'];
}}}"	defect (bug)	closed	normal		Cron	3.4.2	minor	invalid		knut@…
