Make WordPress Core

Ticket #51306: 51306.5.patch

File 51306.5.patch, 394 bytes (added by anonymized_18274256, 3 years ago)

Upload correction of the patch file

  • 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 string $msg Display the message
     138     */   
    133139
    134140    function _p($msg) {
    135141        if($this->debug) {