Make WordPress Core


Ignore:
Timestamp:
05/18/2024 06:20:19 PM (5 months ago)
Author:
dmsnell
Message:

Move is_utf8_charset() into functions.php

This caused issues in maintenance mode, and it's not warranted to have
its own module. This will live alongside _canonical_charset(), it's
partner function.

Fixes: #61182.
Props: dmsnell, sergeybiryukov, swisspiddy.
Follow-up to: [58148].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r58147 r58169  
    107107
    108108// Load early WordPress files.
    109 require ABSPATH . WPINC . '/unicode.php';
    110109require ABSPATH . WPINC . '/class-wp-list-util.php';
    111110require ABSPATH . WPINC . '/formatting.php';
Note: See TracChangeset for help on using the changeset viewer.