Ticket #50498: 50498.patch
File 50498.patch, 627 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/atomlib.php
214 214 $this->content_ns_decls = array(); 215 215 216 216 if($this->is_html || $this->is_text) 217 trigger_error("Invalid content in element found. Content must not be of type text or htmlif it contains markup.");217 trigger_error("Invalid content in element found. Content must not be of type text or HTML if it contains markup."); 218 218 219 219 $attrs_prefix = array(); 220 220