Make WordPress Core

Changes between Version 5 and Version 8 of Ticket #65526


Ignore:
Timestamp:
06/24/2026 08:00:46 PM (3 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65526

    • Property Keywords has-patch has-unit-tests added
  • Ticket #65526 – Description

    v5 v8  
    1 **moved**
    2 mysql2date
    3 current_time
    4 current_datetime
    5 date_i18n
    6 wp_date
    7 wp_get_http_headers
    8 **
    9 spilt**
    10 wpTimezone and wpTimezoneString
     1==== moved
     2`mysql2date`
     3`current_time`
     4`current_datetime`
     5`date_i18n`
     6`wp_date`
     7`wp_get_http_headers`
    118
     9==== split
     10`wpTimezone` and `wpTimezoneString`
    1211
    13 **moved from functions.php**
     12==== moved from functions.php
    1413- `human_readable_duration`
    1514- `wp_extract_urls`
     
    4241- `wp_is_json_media_type`
    4342- `wp_get_default_extension_for_mime_type`
    44  
    4543
    46 **moved/renamed from upload.php**
    47 _wp_upload_dir
    48 wp_send_json
     44==== moved/renamed from upload.php
     45`_wp_upload_dir`
     46`wp_send_json`
    4947
    50 **moved from file.php**
    51 get_file_data
     48==== moved from file.php
     49`get_file_data`
    5250
    53 **not found**
    54 status_header
    55 get_temp_dir
    56 wp_json_encode
    57 wp_get_update_php_url
    58 get_dirsize
    59 wp_die (and its various handlers)
     51==== not found
     52`status_header`
     53`get_temp_dir`
     54`wp_json_encode`
     55`wp_get_update_php_url`
     56`get_dirsize`
     57`wp_die` (and its various handlers)
    6058
    61 **has tickets waiting for merging**
     59==== has tickets waiting for merging
    6260
    63 wp_ajax_save_user_color_scheme: Found in Add_unit_tests_for_AJAX_handler__wp_ajax_save_user_color_scheme.patch in project root.
    64 register_setting: Associated with https://core.trac.wordpress.org/ticket/61522 (has patch with unit tests).
    65 wp_widgets_add_menu: Associated with https://core.trac.wordpress.org/ticket/60179.
     61`wp_ajax_save_user_color_scheme`: Found in `Add_unit_tests_for_AJAX_handler__wp_ajax_save_user_color_scheme.patch` in project root.
     62`register_setting`: Associated with #61522 (has patch with unit tests).
     63`wp_widgets_add_menu`: Associated with #60179.
    6664
    67 nocache_headers https://core.trac.wordpress.org/ticket/54490
    68 wp_mkdir_p https://core.trac.wordpress.org/ticket/57081
    69 wp_upload_bits https://core.trac.wordpress.org/ticket/65534 needs work
    70 wp_maybe_load_widgets  https://core.trac.wordpress.org/ticket/57201
    71 _deprecated_function https://core.trac.wordpress.org/ticket/60116
    72 wp_privacy_exports_dir https://core.trac.wordpress.org/ticket/59710
    73 wp_privacy_exports_url https://core.trac.wordpress.org/ticket/59709
    74 
    75 
     65`nocache_headers` #54490
     66`wp_mkdir_p` #57081
     67`wp_upload_bits` #65534 needs work
     68`wp_maybe_load_widgets`  #57201
     69`_deprecated_function` #60116
     70`wp_privacy_exports_dir` #59710
     71`wp_privacy_exports_url` #59709