Make WordPress Core

Ticket #50498: #50498.patch

File #50498.patch, 584 bytes (added by rehanali, 3 years ago)

Improves the documentation.Replaced the "html" with "HTML".

  • atomlib.php

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