Ticket #5106: 5106.diff

File 5106.diff, 0.5 kB (added by Otto42, 10 months ago)

debug fix

  • wp-includes/rss.php

    old new  
    772772                        error_log( $errormsg, 0); 
    773773                } 
    774774        } 
    775                         function debug ($debugmsg, $lvl=E_USER_NOTICE) { 
     775
     776 
     777function debug ($debugmsg, $lvl=E_USER_NOTICE) { 
    776778                if ( MAGPIE_DEBUG ) { 
    777779                        $this->error("MagpieRSS [debug] $debugmsg", $lvl); 
    778780                } 
    779781        } 
    780 } 
    781782 
    782783if ( !function_exists('parse_w3cdtf') ) : 
    783784function parse_w3cdtf ( $date_str ) {