Changeset 58188
- Timestamp:
- 05/23/2024 07:54:17 PM (10 months ago)
- Location:
- trunk
- Files:
-
- 8 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r58169 r58188 108 108 // Load early WordPress files. 109 109 require ABSPATH . WPINC . '/class-wp-list-util.php'; 110 require ABSPATH . WPINC . '/class-wp-token-map.php'; 110 111 require ABSPATH . WPINC . '/formatting.php'; 111 112 require ABSPATH . WPINC . '/meta.php'; … … 249 250 require ABSPATH . WPINC . '/media.php'; 250 251 require ABSPATH . WPINC . '/http.php'; 252 require ABSPATH . WPINC . '/html-api/html5-named-character-references.php'; 251 253 require ABSPATH . WPINC . '/html-api/class-wp-html-attribute-token.php'; 252 254 require ABSPATH . WPINC . '/html-api/class-wp-html-span.php';
Note: See TracChangeset
for help on using the changeset viewer.