Ticket #5106: 5106.diff
| File 5106.diff, 0.5 kB (added by Otto42, 10 months ago) |
|---|
-
wp-includes/rss.php
old new 772 772 error_log( $errormsg, 0); 773 773 } 774 774 } 775 function debug ($debugmsg, $lvl=E_USER_NOTICE) { 775 } 776 777 function debug ($debugmsg, $lvl=E_USER_NOTICE) { 776 778 if ( MAGPIE_DEBUG ) { 777 779 $this->error("MagpieRSS [debug] $debugmsg", $lvl); 778 780 } 779 781 } 780 }781 782 782 783 if ( !function_exists('parse_w3cdtf') ) : 783 784 function parse_w3cdtf ( $date_str ) {
