Make WordPress Core

{7} Future Releases (8162 matches)

Create a new ticket
  • Active tickets slated for future releases or with no assigned milestone
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (3601 - 3700 of 8162)

Stars Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
1 #64896 Docblock improvements for 7.1 General normal normal 7.1 task (blessed) has-patch 04/29/2026
2 #56897 First time contributor welcome message improvements General normal normal Future Release task (blessed) has-patch 10/20/2025
5 #60875 Handler proposal for known dynamic properties that are initialized and set late only when getting its value General normal normal Future Release task (blessed) 11/03/2025
3 #59233 Improve error handling for unserialize() General normal normal Future Release task (blessed) has-patch 07/21/2025
6 #59649 PHP 8.0: improvements to allow for named parameters in 7.0 General normal normal 7.1 task (blessed) has-patch 05/06/2026
9 #53465 PHP 8.1.: the default value of the flags parameter for htmlentities() et all needs to be explicitly set General normal normal Awaiting Review task (blessed) dev-feedback 03/10/2026
21 #55603 PHP 8.2: address deprecation of the utf8_encode() and utf8_decode() functions SergeyBiryukov* General normal normal 7.1 task (blessed) dev-feedback 03/24/2026
14 #56034 PHP 8.2: proposal for handling unknown dynamic properties deprecations hellofromTonya* General normal normal Future Release task (blessed) 02/24/2025
1 #64898 PHPStan code quality improvements for 7.1 General normal normal 7.1 task (blessed) has-patch 05/02/2026
1 #52264 Rename `$array` when used in `@param` tags General normal normal Future Release task (blessed) has-patch 02/25/2022
1 #64776 HTML API: set_modifiable_text() ignores leading newlines in PRE, LISTING HTML API normal normal Future Release defect (bug) has-patch 03/02/2026
3 #62270 Unable to set bookmark on </body> in WP_HTML_Processor HTML API normal normal Awaiting Review defect (bug) 01/31/2025
9 #50867 An API which encourages automatic escaping of HTML HTML API normal normal Awaiting Review enhancement needs-unit-tests 04/30/2026
#61365 Editor: Introduce XML Tag Processor and XML Processor HTML API normal normal Awaiting Review enhancement has-patch 10/31/2024
4 #63020 HTML API: Breadcrumbs should include element indices and attributes HTML API normal normal Future Release enhancement dev-feedback 10/10/2025
#59291 HTML API: Expose raw tag markup to support existing filters HTML API normal normal Awaiting Review enhancement has-patch 09/19/2023
7 #60229 HTML API: Introduce HTML Templating HTML API normal normal 7.1 enhancement dev-feedback 04/30/2026
4 #63724 HTML API: Reliably parse HTML attributes in `wp_kses_hair()` dmsnell HTML API normal normal 7.1 enhancement has-patch 02/20/2026
#63736 HTML API: Update parsing for customizable select elements jonsurrell HTML API normal normal Awaiting Review enhancement has-patch 09/10/2025
8 #59883 Remove support for HTML4 and XHTML HTML API normal normal Awaiting Review enhancement dev-feedback 03/05/2026
2 #62653 Add CSS selector based tag navigation to HTML and Tag Processors HTML API normal normal Awaiting Review feature request has-patch 12/12/2024
2 #62091 XML API: Produce XML Serialization of HTML (XHTML) HTML API normal normal Future Release feature request has-patch 03/31/2026
#64504 HTML API: Update DOCTYPE parsing for spec changes HTML API normal normal Awaiting Review task (blessed) 01/14/2026
2 #40502 Add the check version and template attributes method for /themes/update-check/1.1/ API HTTP API normal normal Awaiting Review defect (bug) 04/20/2017
2 #51767 Broken logic for `https_local_ssl_verify` filter due to missing `local` argument HTTP API normal normal Awaiting Review defect (bug) has-patch 08/22/2025
#48124 Cant disable SSL verification when using Requests::request_multiple HTTP API normal normal Awaiting Review defect (bug) reporter-feedback 10/15/2019
1 #60788 Content-Disposition support in download_url() seems broken HTTP API normal normal Awaiting Review defect (bug) needs-unit-tests 08/29/2025
4 #56347 Download failed. A valid URL was not provided. HTTP API normal normal Awaiting Review defect (bug) 03/14/2023
#47549 Http proxy not passing Auth request Basic header HTTP API normal normal Awaiting Review defect (bug) 07/25/2019
#64516 In a test sequence, resources can still be updated after being deleted. HTTP API normal normal Awaiting Review defect (bug) 01/21/2026
#60934 Internal Subnets are being blocked by wp_parse_url and why? HTTP API normal normal Awaiting Review defect (bug) needs-docs 10/08/2024
8 #34924 Network upgrade fails on tls 1.2 only servers HTTP API normal normal Awaiting Review defect (bug) 07/16/2018
1 #41608 Post files using cURL HTTP API normal normal Awaiting Review defect (bug) 04/29/2025
#39687 Request headers sent incorrectly from `WP_Http` to `Requests` HTTP API normal normal Awaiting Review defect (bug) dev-feedback 01/27/2017
#49203 Requests::request_multiple() does not honor $auth option HTTP API normal normal Awaiting Review defect (bug) 02/05/2020
#64212 Stream-to-file may fail or overwrite existing temporary file HTTP API normal normal Awaiting Review defect (bug) has-patch 11/07/2025
#56688 Uncaught Requests_Exception using Requests::request_multiple HTTP API normal normal Awaiting Review defect (bug) 09/11/2025
1 #53513 WP_Http ignores httpversion option HTTP API normal normal Future Release defect (bug) has-patch 04/11/2023
1 #60564 download_url() always returns error_code 'http_404' for any non-200 responses HTTP API normal normal Awaiting Review defect (bug) has-patch 01/24/2025
#41340 fsockopen HTTP Proxy support is broken for HTTPS URLs HTTP API normal normal Awaiting Review defect (bug) 10/01/2020
#50288 fsockopen request turns off SNI when it shouldn't HTTP API normal normal Awaiting Review defect (bug) 05/31/2020
1 #64170 gethostbyname() in validating URLs does not work for IPv6 HTTP API normal normal Future Release defect (bug) has-patch 10/31/2025
1 #49385 wp_remote_get() cannot retrieve webcal URIs HTTP API normal normal Awaiting Review defect (bug) needs-unit-tests 02/07/2020
#61358 Add Support to HTTP 2 in WP_Http Class HTTP API normal normal Awaiting Review enhancement has-patch 07/19/2024
6 #37459 Add additional layer in WP_Http to support parallel requests without requiring use of Requests directly HTTP API normal normal Future Release enhancement has-patch 08/27/2025
1 #47483 Add filters for included CA bundle path HTTP API normal normal Awaiting Review enhancement close 03/17/2025
3 #39695 Add preload headers in redirects HTTP API normal normal Awaiting Review enhancement needs-unit-tests 02/27/2017
2 #51770 Add unit tests for WP_Http_Cookie SergeyBiryukov HTTP API normal normal Future Release enhancement has-patch 02/12/2025
3 #63828 Can't use `CURLFile` with `wp_remote_post` HTTP API normal normal Awaiting Review enhancement 08/14/2025
3 #64457 Early filter invalid hosts in wp_http_validate_url HTTP API normal normal Future Release enhancement 01/05/2026
4 #25840 Feature Request: WP_ACCESSIBLE_HOSTS as option HTTP API normal normal Future Release enhancement has-patch 01/22/2026
1 #39043 HTTP API :: Its Not Possible To Send Data In Body For GET Requests rmccue HTTP API normal normal Future Release enhancement dev-feedback 10/02/2017
1 #34538 Improvement of the IPv4 address format check chriscct7 HTTP API normal normal Future Release enhancement has-patch 02/05/2017
#60658 Set http_build_query as an option to Curl class HTTP API normal normal Awaiting Review enhancement 01/16/2025
11 #40142 WP Remote Remaining Methods HTTP API normal normal Awaiting Review enhancement needs-unit-tests 04/19/2023
2 #52631 ability to override http 'connect_timeout' HTTP API normal normal Awaiting Review enhancement 06/09/2022
2 #53938 replace core uses of wp_parse_url() with PHP's native parse_url() HTTP API normal normal Awaiting Review enhancement close 08/17/2021
#59021 Is there a way to monitor active connection initiated by cron and other running script (similar to netstat in windows) HTTP API normal normal Awaiting Review feature request 08/09/2023
2 #42839 wp_remote_post should support multipart uploads HTTP API normal normal Awaiting Review feature request 01/22/2020
#54449 Loading CodeMirror prevents the Help tabs children to work properly. Help/About normal normal Future Release defect (bug) 07/19/2022
6 #64271 Move screen options and help to after the main screen heading joedolson* Help/About normal normal Future Release defect (bug) 03/12/2026
#65214 Refine the help text wording for backend editor Help/About normal normal Awaiting Review defect (bug) has-patch 05/11/2026
10 #51809 What happens to the about page with major auto-updates? francina Help/About normal normal Future Release defect (bug) 03/20/2023
4 #33993 Add Links for additional props on about.php after updating. Help/About normal normal Awaiting Review enhancement 03/27/2024
5 #58595 Add a new admin page with support information and resources Help/About normal normal Future Release enhancement 09/30/2024
1 #24567 Add help to media modals Help/About normal normal Awaiting Review enhancement close 10/18/2025
2 #17146 Don't limit screen meta tab CSS to content within #screen-meta koopersmith Help/About normal normal Future Release enhancement has-patch 07/19/2025
25 #21583 Improve discoverability and visual design of Screen Options and Help Panels Help/About normal normal Future Release enhancement 11/25/2025
4 #57877 Open About page automatically when the Admin user is opening Dashboard first time after update Help/About normal normal Awaiting Review enhancement 03/29/2023
2 #14432 Role-based help text garyc40 Help/About normal normal Future Release enhancement 08/24/2023
2 #48579 Should we reconsider the External Libraries mentions on the credits.php page? Help/About low normal Future Release enhancement 10/25/2021
#60123 Suggestion for Update text From Privacy to Privacy Policy Help/About normal normal Awaiting Review enhancement 02/15/2024
#58354 Translate screenshots for the About page Help/About normal normal Awaiting Review feature request 09/29/2023
#62650 WordPress 6.8 add a horizontal rule credits page after external libraries Help/About normal normal Awaiting Review feature request has-patch 05/26/2025
2 #58284 Add in wp_dropdown_languages en_US as selected value when 'explicit_option_en_us' is set to true I18N normal normal Awaiting Review defect (bug) has-patch 08/26/2025
3 #48996 Add lang attribute to the content in the backend I18N normal normal Future Release defect (bug) 04/29/2025
#64979 Align needs gettext I18N normal normal Awaiting Review defect (bug) has-patch 03/31/2026
5 #64249 Automatic translation (JIT) loading doesn't work for network-activated plugins in multisite I18N normal normal 7.1 defect (bug) has-patch 03/13/2026
2 #45897 Chinese page uri dump fail I18N normal normal Awaiting Review defect (bug) has-patch 02/03/2026
#64522 Clarify expected behavior for invalid weekday values in WP_Locale::get_weekday() I18N normal normal Awaiting Review defect (bug) 01/22/2026
2 #53381 Events and News Widget: Multi-day event placeholders are not replaced with dates in some languages I18N normal normal Future Release defect (bug) 11/16/2021
#57981 Export .po files error of untranslated strings starting or ending with new lines (\n) I18N normal normal Awaiting Review defect (bug) has-patch 11/06/2024
3 #50980 Extra query to get WPLANG option on each page-load when the option doesn't exist in the db SergeyBiryukov I18N low normal Future Release defect (bug) has-patch 02/26/2025
1 #60091 Improve language dropdown usability I18N normal normal Future Release defect (bug) dev-feedback 03/27/2026
3 #53650 Incorrect quotation marks in many strings I18N normal normal Future Release defect (bug) has-patch 06/24/2025
5 #50040 Localize the jQuery datepicker when enqueued in the footer I18N normal normal Awaiting Review defect (bug) close 02/03/2026
#57049 Make the use (or non-use) of `esc_url()` more consistent for translated URLs I18N normal normal Future Release defect (bug) dev-feedback 11/06/2024
7 #50773 Merge duplicate strings in bulk actions and row actions for list tables SergeyBiryukov I18N normal normal Future Release defect (bug) changes-requested 05/24/2025
#37611 Ordering of the Site Language entries I18N normal normal Awaiting Review defect (bug) dev-feedback 11/06/2024
10 #14981 Provide a context for post statuses rockwell15 I18N normal normal Future Release defect (bug) has-patch 09/11/2022
1 #20974 Remove obsolete locale-specific files on upgrade dd32 I18N low normal Future Release defect (bug) close 02/28/2024
#40643 Russian post date month translation is incorrect I18N normal normal Awaiting Review defect (bug) 05/02/2017
3 #11740 Sorting tags and towns does not work well for utf-8 nbachiyski I18N normal normal Awaiting Review defect (bug) dev-feedback 08/26/2025
10 #36259 Switching language should update date and time formats vagios I18N normal normal Future Release defect (bug) needs-unit-tests 11/10/2025
1 #62348 Textdomain loaded even though translations do not exist bc textdomain have identical start phrase swissspidy I18N normal normal Future Release defect (bug) reporter-feedback 03/11/2025
#22812 Tweak the media modal styles for longer strings in ru_RU I18N normal normal Awaiting Review defect (bug) close 09/14/2020
1 #40932 Word breaks the layout I18N normal normal Future Release defect (bug) has-patch 05/22/2018
2 #59608 [bug] insert_with_markers with a UTF-8 translated marker causing .htaccess file broken with garbled characters I18N normal normal Awaiting Review defect (bug) 01/18/2024
3 #63334 `switch_to_locale()` overwrites custom object types for core taxonomies I18N normal normal Awaiting Review defect (bug) 04/22/2025
#46059 cyrillic capitalization in tag search I18N normal normal Awaiting Review defect (bug) reporter-feedback 07/20/2020
Note: See TracReports for help on using and creating reports.