Make WordPress Core

Ticket #51306: 51306.3.patch

File 51306.3.patch, 361 bytes (added by anonymized_18274256, 3 years ago)

Adding modifying patch

Line 
1
2------------------------- src/wp-includes/atomlib.php -------------------------
3index ce62b13599..ca85881f43 100644
4@@ -130,6 +130,12 @@ class AtomParser {
5                }
6                return "{$xd}=\"{$n[1]}\"";
7        }
8+       
9+     /**
10+     * Display a message
11+     *
12+     * @param type $msg Display message
13+     */   
14 
15     function _p($msg) {
16         if($this->debug) {