Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (9 months ago)
Author:
swissspidy
Message:

Docs: Fix various typos and spelling mistakes.

Props swissspidy, jucaduca, sergeybiryukov.
See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/normalize-xml.xsl

    r48931 r57987  
    44    be seen as "equal" to an XML processor.
    55
    6     The normalization is similiar, in spirit, to {@link https://www.w3.org/TR/xml-c14n11/ Canonical XML},
     6    The normalization is similar, in spirit, to {@link https://www.w3.org/TR/xml-c14n11/ Canonical XML},
    77    but without some aspects of C14N that make the kinds of assertions we need difficult.
    88
     
    2424
    2525    <!--
    26         Output UTF-8 XML, no indendation and all CDATA sections replaced with their character content.
     26        Output UTF-8 XML, no indentation and all CDATA sections replaced with their character content.
    2727      -->
    2828    <xsl:output
     
    6262
    6363    <!--
    64         Strip comments. 
     64        Strip comments.
    6565      -->
    6666    <xsl:template match='comment()' priority='10' />
    6767
    6868    <!--
    69         Pass all other nodes through unchanged. 
     69        Pass all other nodes through unchanged.
    7070      -->
    7171    <xsl:template match='node()'>
Note: See TracChangeset for help on using the changeset viewer.