Make WordPress Core


Ignore:
Timestamp:
01/25/2022 11:14:15 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @global tag in wp_kses_xml_named_entities().

This updates the variable name in the DocBlock to the correct one.

Follow-up to [48072], [52229].

Props david.binda.
Fixes #54899.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/kses.php

    r52326 r52639  
    19261926 *
    19271927 * @global array $allowedentitynames
    1928  * @global array $allowedxmlnamedentities
     1928 * @global array $allowedxmlentitynames
    19291929 *
    19301930 * @param array $matches preg_replace_callback() matches array.
Note: See TracChangeset for help on using the changeset viewer.