Make WordPress Core

Ticket #51306: 51306.4.patch

File 51306.4.patch, 388 bytes (added by anonymized_18274256, 4 years ago)

Add new patchfile

  • src/wp-includes/atomlib.php

    ========================================
    a b class AtomParser { 
    130130                }
    131131                return "{$xd}=\"{$n[1]}\"";
    132132        }
     133       
     134     /**
     135     * Display a message
     136     *
     137     * @param type $msg Display message
     138     */   
    133139
    134140    function _p($msg) {
    135141        if($this->debug) {