Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #65526


Ignore:
Timestamp:
06/24/2026 05:14:38 PM (3 months ago)
Author:
pbearne
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65526 – Description

    v4 v5  
    1212
    1313**moved from functions.php**
    14 human_readable_duration
    15 wp_extract_urls
    16 path_is_absolute
    17 path_join
    18 wp_normalize_path
    19 wp_unique_filename
    20 wp_check_filetype_and_ext
    21 wp_get_image_mime
    22 wp_json_encode
    23 wp_recursive_ksort
    24 validate_file
    25 wp_generate_uuid4
     14- `human_readable_duration`
     15- `wp_extract_urls`
     16- `path_is_absolute`
     17- `path_join`
     18- `wp_normalize_path`
     19- `wp_unique_filename`
     20- `wp_check_filetype_and_ext`
     21- `wp_get_image_mime`
     22- `wp_json_encode`
     23- `wp_recursive_ksort`
     24- `validate_file`
     25- `wp_generate_uuid4`
     26- `wp_parse_args`
     27- `bool_from_yn`
     28- `add_query_arg`
     29- `get_allowed_mime_types`
     30- `wp_get_mime_types`
     31- `_canonical_charset`
     32- `_device_can_upload`
     33- `wp_json_file_decode`
     34- `mysql_to_rfc3339`
     35- `wp_get_ext_types`
     36- `wp_ext2type`
     37- `wp_raise_memory_limit`
     38- `wp_is_uuid`
     39- `wp_unique_id`
     40- `wp_getimagesize`
     41- `wp_is_stream`
     42- `wp_is_json_media_type`
     43- `wp_get_default_extension_for_mime_type`
    2644 
    2745
     
    3957wp_get_update_php_url
    4058get_dirsize
     59wp_die (and its various handlers)
    4160
    4261**has tickets waiting for merging**
     
    5574
    5675
    57 
    58 **Functions that can't be tested**
    59 wp_die (and its various handlers)