Make WordPress Core


Ignore:
Timestamp:
09/23/2025 07:37:01 AM (11 months ago)
Author:
dmsnell
Message:

Charset: Fix typo in docblock of _wp_is_valid_utf8_fallback().

Quick-fix for typo in docblock.

Follow-up to: [60793].
Props mukesh27.
See #63863.

File:
1 edited

Legend:

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

    r60793 r60794  
    231231 * @access private
    232232 *
    233  * @see wp_is_valid_utf6()
     233 * @see wp_is_valid_utf8()
    234234 *
    235235 * @param string $bytes String which might contain text encoded as UTF-8.
Note: See TracChangeset for help on using the changeset viewer.