Make WordPress Core

{1} All Tickets (8022 matches)

Create a new ticket
  • All active tickets
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (3401 - 3500 of 8022)

HTML API (8 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#62270 Unable to set bookmark on </body> in WP_HTML_Processor normal normal Awaiting Review defect (bug) 01/31/2025 10
#63020 HTML API: Breadcrumbs should include element indices and attributes dev-feedback normal normal Future Release enhancement 10/10/2025 10
#37938 Make existing HTML parsing functionality from REST API and Press This reusable kraftbj* close low minor Future Release enhancement 12/04/2025 11
#59883 Remove support for HTML4 and XHTML dev-feedback normal normal Awaiting Review enhancement 03/05/2026 11
#50867 An API which encourages automatic escaping of HTML needs-unit-tests normal normal Awaiting Review enhancement 11/21/2025 15
#61365 Editor: Introduce XML Tag Processor and XML Processor has-patch normal normal Awaiting Review enhancement 10/31/2024 16
#60229 HTML API: Introduce HTML Templating dev-feedback normal normal 7.1 enhancement 02/20/2026 18
#63724 HTML API: Reliably parse HTML attributes in `wp_kses_hair()` dmsnell has-patch normal normal 7.1 enhancement 02/20/2026 25

HTTP API (45 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#40502 Add the check version and template attributes method for /themes/update-check/1.1/ API normal normal Awaiting Review defect (bug) 04/20/2017
#64516 In a test sequence, resources can still be updated after being deleted. normal normal Awaiting Review defect (bug) 01/21/2026
#50288 fsockopen request turns off SNI when it shouldn't normal normal Awaiting Review defect (bug) 05/31/2020
#63828 Can't use `CURLFile` with `wp_remote_post` normal normal Awaiting Review enhancement 08/14/2025
#59021 Is there a way to monitor active connection initiated by cron and other running script (similar to netstat in windows) normal normal Awaiting Review feature request 08/09/2023
#48124 Cant disable SSL verification when using Requests::request_multiple reporter-feedback normal normal Awaiting Review defect (bug) 10/15/2019 1
#53107 HTTPS Detect & Migrate feature breaking existing HTTPS normal blocker Awaiting Review defect (bug) 08/26/2025 1
#47549 Http proxy not passing Auth request Basic header normal normal Awaiting Review defect (bug) 07/25/2019 1
#49203 Requests::request_multiple() does not honor $auth option normal normal Awaiting Review defect (bug) 02/05/2020 1
#64212 Stream-to-file may fail or overwrite existing temporary file has-patch normal normal Awaiting Review defect (bug) 11/07/2025 1
#56688 Uncaught Requests_Exception using Requests::request_multiple normal normal Awaiting Review defect (bug) 09/11/2025 1
#32932 WP_Http::request hangs on badly behaving servers normal normal defect (bug) 06/02/2022 1
#41340 fsockopen HTTP Proxy support is broken for HTTPS URLs normal normal Awaiting Review defect (bug) 10/01/2020 1
#64170 gethostbyname() in validating URLs does not work for IPv6 has-patch normal normal Future Release defect (bug) 10/31/2025 1
#60658 Set http_build_query as an option to Curl class normal normal Awaiting Review enhancement 01/16/2025 1
#52631 ability to override http 'connect_timeout' normal normal Awaiting Review enhancement 06/09/2022 1
#56347 Download failed. A valid URL was not provided. normal normal Awaiting Review defect (bug) 03/14/2023 2
#51767 Broken logic for `https_local_ssl_verify` filter due to missing `local` argument has-patch normal normal Awaiting Review defect (bug) 08/22/2025 3
#60788 Content-Disposition support in download_url() seems broken needs-unit-tests normal normal Awaiting Review defect (bug) 08/29/2025 3
#41608 Post files using cURL normal normal Awaiting Review defect (bug) 04/29/2025 3
#39687 Request headers sent incorrectly from `WP_Http` to `Requests` dev-feedback normal normal Awaiting Review defect (bug) 01/27/2017 3
#53513 WP_Http ignores httpversion option has-patch normal normal Future Release defect (bug) 04/11/2023 3
#60564 download_url() always returns error_code 'http_404' for any non-200 responses has-patch normal normal Awaiting Review defect (bug) 01/24/2025 3
#61358 Add Support to HTTP 2 in WP_Http Class has-patch normal normal Awaiting Review enhancement 07/19/2024 3
#37459 Add additional layer in WP_Http to support parallel requests without requiring use of Requests directly has-patch normal normal Future Release enhancement 08/27/2025 3
#29619 Make WP_HTTP_BLOCK_EXTERNAL more easy to use normal normal enhancement 08/26/2025 3
#34796 Facing an issue when using wp_remote_get with streams (non-blocking mode) rmccue* close normal normal defect (bug) 07/07/2025 4
#34053 HTTP API (Curl backend) inappropriately sends Content-Length header on POST requests made through a proxy server CONNECT normal normal defect (bug) 06/04/2019 4
#49385 wp_remote_get() cannot retrieve webcal URIs needs-unit-tests normal normal Awaiting Review defect (bug) 02/07/2020 4
#47483 Add filters for included CA bundle path close normal normal Awaiting Review enhancement 03/17/2025 4
#39695 Add preload headers in redirects needs-unit-tests normal normal Awaiting Review enhancement 02/27/2017 4
#37614 WP_PROXY_BYPASS_HOSTS has no effect inside curl transport, if http_proxy or https_proxy is set on the system normal normal defect (bug) 06/04/2019 5
#51770 Add unit tests for WP_Http_Cookie SergeyBiryukov has-patch normal normal Future Release enhancement 02/12/2025 5
#60934 Internal Subnets are being blocked by wp_parse_url and why? needs-docs normal normal Awaiting Review defect (bug) 10/08/2024 6
#42839 wp_remote_post should support multipart uploads normal normal Awaiting Review feature request 01/22/2020 6
#34538 Improvement of the IPv4 address format check chriscct7 has-patch normal normal Future Release enhancement 02/05/2017 8
#39043 HTTP API :: Its Not Possible To Send Data In Body For GET Requests rmccue dev-feedback normal normal Future Release enhancement 10/02/2017 9
#53938 replace core uses of wp_parse_url() with PHP's native parse_url() close normal normal Awaiting Review enhancement 08/17/2021 9
#37705 Remove unnecessary parts of WP_HTTP which remain has-patch normal normal defect (bug) 06/04/2019 10
#48432 WordPress updates broken with proxy and non routed environment normal major Future Release defect (bug) 02/17/2022 12
#40142 WP Remote Remaining Methods needs-unit-tests normal normal Awaiting Review enhancement 04/19/2023 13
#62124 wp_parse_url() - code update for performance and removal of now unnecessary code fix pbearne has-patch normal trivial Future Release enhancement 06/03/2025 15
#25840 Feature Request: WP_ACCESSIBLE_HOSTS as option has-patch normal normal Future Release enhancement 01/22/2026 16
#34924 Network upgrade fails on tls 1.2 only servers normal normal Awaiting Review defect (bug) 07/16/2018 20
#64457 Early filter invalid hosts in wp_http_validate_url normal normal Future Release enhancement 01/05/2026 21

Help/About (16 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#54449 Loading CodeMirror prevents the Help tabs children to work properly. normal normal Future Release defect (bug) 07/19/2022 1
#57877 Open About page automatically when the Admin user is opening Dashboard first time after update normal normal Awaiting Review enhancement 03/29/2023 1
#58354 Translate screenshots for the About page normal normal Awaiting Review feature request 09/29/2023 2
#48579 Should we reconsider the External Libraries mentions on the credits.php page? low normal Future Release enhancement 10/25/2021 3
#60123 Suggestion for Update text From Privacy to Privacy Policy normal normal Awaiting Review enhancement 02/15/2024 3
#62650 WordPress 6.8 add a horizontal rule credits page after external libraries has-patch normal normal Awaiting Review feature request 05/26/2025 3
#58595 Add a new admin page with support information and resources normal normal Future Release enhancement 09/30/2024 5
#17146 Don't limit screen meta tab CSS to content within #screen-meta koopersmith has-patch normal normal Future Release enhancement 07/19/2025 6
#64271 Move screen options and help to after the main screen heading joedolson* normal normal Future Release defect (bug) 03/12/2026 8
#33993 Add Links for additional props on about.php after updating. normal normal Awaiting Review enhancement 03/27/2024 8
#64536 About Page - 7.0 normal normal 7.0 task (blessed) 03/13/2026 9
#24567 Add help to media modals close normal normal Awaiting Review enhancement 10/18/2025 12
#14432 Role-based help text garyc40 normal normal Future Release enhancement 08/24/2023 12
#51809 What happens to the about page with major auto-updates? francina normal normal Future Release defect (bug) 03/20/2023 15
#21273 Automatically open help panel dev-feedback normal trivial Future Release enhancement 10/18/2021 16
#21583 Improve discoverability and visual design of Screen Options and Help Panels normal normal Future Release enhancement 11/25/2025 51

I18N (31 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#58284 Add in wp_dropdown_languages en_US as selected value when 'explicit_option_en_us' is set to true has-patch normal normal Awaiting Review defect (bug) 08/26/2025 1
#63334 `switch_to_locale()` overwrites custom object types for core taxonomies normal normal Awaiting Review defect (bug) 04/22/2025 1
#53677 load_script_textdomain() doesn't work for subdirectory themes, or those in alternate theme roots low normal Future Release defect (bug) 11/06/2024 1
#39756 Extend the jQuery datepicker localization has-patch normal normal Awaiting Review enhancement 05/30/2023 1
#20739 Improve Excerpt generation for non-english locales normal normal Future Release enhancement 02/28/2024 1
#42721 Introduce native language name as a WP_Locale property normal normal Future Release enhancement 01/08/2019 1
#62428 The Date Format in Simplified Chinese does not work properly. normal normal Awaiting Review enhancement 11/15/2024 1
#40643 Russian post date month translation is incorrect normal normal Awaiting Review defect (bug) 05/02/2017 2
#63725 Theme textdomain not loaded, if plugin used the textdomain before swissspidy has-patch normal minor Awaiting Review defect (bug) 09/12/2025 2
#22812 Tweak the media modal styles for longer strings in ru_RU close normal normal Awaiting Review defect (bug) 09/14/2020 2
#59608 [bug] insert_with_markers with a UTF-8 translated marker causing .htaccess file broken with garbled characters normal normal Awaiting Review defect (bug) 01/18/2024 2
#44844 switch_to_locale does not handle plugins/themes properly in multisite normal normal Awaiting Review defect (bug) 11/05/2018 2
#44548 Email should be encoded with UTF8 and base64 reporter-feedback normal normal Awaiting Review enhancement 01/04/2026 2
#57405 wp_localize_script() doesn't decode html entities in nested arrays close normal normal Awaiting Review enhancement 04/24/2024 2
#50021 Internationalization of excerpt function in "Latest Posts" block normal normal Awaiting Review feature request 02/29/2024 2
#12477 Search with special characters and similar terms nbachiyski dev-feedback normal normal feature request 06/04/2019 2
#64244 I18N string improvements for 7.0 normal normal 7.0 task (blessed) 03/15/2026 2
#45897 Chinese page uri dump fail has-patch normal normal Awaiting Review defect (bug) 02/03/2026 3
#64522 Clarify expected behavior for invalid weekday values in WP_Locale::get_weekday() normal normal Awaiting Review defect (bug) 01/22/2026 3
#53381 Events and News Widget: Multi-day event placeholders are not replaced with dates in some languages normal normal Future Release defect (bug) 11/16/2021 3
#57049 Make the use (or non-use) of `esc_url()` more consistent for translated URLs dev-feedback normal normal Future Release defect (bug) 11/06/2024 3
#37611 Ordering of the Site Language entries dev-feedback normal normal Awaiting Review defect (bug) 11/06/2024 3
#57588 The picking of plural form #0 is hard-coded for singular strings close normal minor Awaiting Review defect (bug) 11/06/2024 3
#46059 cyrillic capitalization in tag search reporter-feedback normal normal Awaiting Review defect (bug) 07/20/2020 3
#46278 Consider internationalization of delimiter: human_readable_duration has-patch normal normal Future Release enhancement 02/19/2019 3
#39639 Increase cache time on wp_get_available_translations() close normal normal Awaiting Review enhancement 04/24/2024 3
#46305 Update emails w/ placeholders to use sprintf normal normal Awaiting Review enhancement 02/22/2019 3
#43802 Default timezone for new sites in WP multisite has-patch normal normal Awaiting Review feature request 06/20/2019 3
#50040 Localize the jQuery datepicker when enqueued in the footer close normal normal Awaiting Review defect (bug) 02/03/2026 4
#40932 Word breaks the layout has-patch normal normal Future Release defect (bug) 05/22/2018 4
#50749 wp_set_script_translations() ignores failure when called before script is registered. normal normal Future Release defect (bug) 11/06/2024 4
Note: See TracReports for help on using and creating reports.