[wp-trac] [WordPress Trac] #11831: Warning when wp-cron fails
WordPress Trac
wp-trac at lists.automattic.com
Sat Jan 9 06:45:27 UTC 2010
#11831: Warning when wp-cron fails
------------------------------+---------------------------------------------
Reporter: scribu | Owner: westi
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Warnings/Notices | Version: 2.9.1
Severity: normal | Keywords:
------------------------------+---------------------------------------------
Comment(by dd32):
Sorry, Maybe i should've included a code reference :)
http://core.trac.wordpress.org/browser/trunk/wp-includes/http.php#L1006
{{{
1006 if ( !WP_DEBUG )
1007 $handle = @fopen($url, 'r', false,
$context);
1008 else
1009 $handle = fopen($url, 'r', false,
$context);
}}}
The same happens for most other transports:
[http://core.trac.wordpress.org/browser/trunk/wp-includes/http.php#L658
fsockopen], [http://core.trac.wordpress.org/browser/trunk/wp-
includes/http.php#L831 fopen],
[http://core.trac.wordpress.org/browser/trunk/wp-includes/http.php#L1176
HTTP Extension]
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11831#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list