Make WordPress Core

Ticket #50498: 50498.patch

File 50498.patch, 627 bytes (added by burhandodhy, 4 years ago)

Replace html with HTML

  • src/wp-includes/atomlib.php

     
    214214            $this->content_ns_decls = array();
    215215
    216216            if($this->is_html || $this->is_text)
    217                 trigger_error("Invalid content in element found. Content must not be of type text or html if it contains markup.");
     217                trigger_error("Invalid content in element found. Content must not be of type text or HTML if it contains markup.");
    218218
    219219            $attrs_prefix = array();
    220220