Make WordPress Core

{7} Future Releases (7836 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 (701 - 800 of 7836)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Stars Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
7 #46227 Add Rel-Feed Link to Header Feeds low trivial Future Release enhancement needs-unit-tests 05/13/2021
1 #43860 Dead code in feed_links_extra() Feeds normal normal Future Release enhancement has-patch 01/09/2019
3 #34083 Feed for post type should link to post type archive if available stevenkword Feeds normal normal Future Release enhancement dev-feedback 03/17/2017
1 #40587 Feed link markup should contain rel and type attributes Feeds normal normal Future Release enhancement has-patch 05/19/2017
4 #13867 New filter for comment RSS feed's title killua99 Feeds normal normal Future Release enhancement has-patch 11/10/2021
3 #8828 Tags and Categories are undifferentiable in Atom and RSS feeds Feeds low minor Future Release enhancement has-patch 06/28/2024
3 #11585 WordPress should cache failed feed fetches so as to avoid overloading feed sources pbearne Feeds normal normal Future Release enhancement has-patch 11/19/2024
8 #8994 Incorporate MediaRSS Plugin into core technosailor Feeds normal normal Future Release feature request dev-feedback 02/07/2021
5 #55387 $wp_filesystem->dirlist() can return false and that should be checked for before iterating over the return value pbiron Filesystem API normal normal Future Release defect (bug) has-patch 04/30/2022
21 #48689 PHP warnings after updating to WP 5.3: ftp_nlist() and ftp_pwd() expect missing parameters costdev Filesystem API normal minor Future Release defect (bug) needs-unit-tests 05/12/2025
2 #24780 Use error handlers rather than the error suppression operator Filesystem API normal normal Future Release defect (bug) 09/07/2023
6 #28013 WP_Filesystem_FTPext::exists($filename) returns false when file exists on FTP Service ( IIS/6.0 Microsoft & Linux/vsftp ) dd32 Filesystem API normal normal Future Release defect (bug) close 08/28/2024
3 #58541 WP_Filesystem_SSH2:put_contents (and others) does not check for $sftp_link to be up Filesystem API normal major Future Release defect (bug) dev-feedback 03/05/2025
2 #48289 wp_normalize_path() breaks path_is_absolute() in Windows. SergeyBiryukov Filesystem API normal normal Future Release defect (bug) needs-unit-tests 04/08/2021
9 #44083 Add action to wp_mkdir_p() when directory is created successfully SergeyBiryukov Filesystem API normal normal Future Release enhancement has-patch 06/05/2025
#59781 Add tests for wp_delete_file_from_directory Filesystem API normal normal Future Release enhancement has-patch 02/12/2025
4 #43990 Use wp_delete_file instead of unlink Filesystem API low normal Future Release enhancement has-patch 05/26/2025
#59788 test for wp_delete_file Filesystem API normal normal Future Release enhancement 10/09/2024
7 #36710 Symlinked directories should not be deleted recursively Filesystem API normal normal Future Release feature request dev-feedback 05/15/2025
14 #26842 Contenteditable, multiple spaces, &nbsp, and U+00A0 Formatting normal normal Future Release defect (bug) needs-unit-tests 09/04/2020
12 #2691 HTML comments in posts aren't handled properly. Formatting normal normal Future Release defect (bug) needs-unit-tests 03/17/2025
7 #27350 Invalid HTML Output Formatting normal normal Future Release defect (bug) has-patch 08/13/2024
9 #17491 Make is_email() compliant with RFC5322 (updated by RFC6854) Formatting normal minor Future Release defect (bug) needs-unit-tests 07/18/2025
1 #6297 Unbalanced tags across more and nextpage tags Formatting normal normal Future Release defect (bug) 03/15/2019
5 #58902 add_query_arg() should esc_url_raw() REQUEST_URI Formatting normal normal Future Release defect (bug) dev-feedback 06/06/2025
2 #24487 is_email() does not recognize IDN domains Formatting normal minor Future Release defect (bug) has-patch 07/16/2025
5 #17433 localhost is not accepted as email domain Formatting normal normal Future Release defect (bug) has-patch 03/20/2018
2 #45702 make_clickable() doesn't handle linked text being a URL with spaces within it Formatting low trivial Future Release defect (bug) needs-unit-tests 04/03/2019
3 #47164 map_deep in formatting.php do not handle null-byte Formatting normal critical Future Release defect (bug) dev-feedback 02/23/2023
3 #55257 map_deep() function incompatibility with incomplete objects in PHP 8.0+ Formatting normal major Future Release defect (bug) dev-feedback 08/08/2023
5 #44793 remove_accents() doesnt escape all versions of "i" SergeyBiryukov Formatting normal normal Future Release defect (bug) dev-feedback 09/22/2019
4 #24157 safecss_filter_attr doesn't allow rgb() in inline styles Formatting normal normal Future Release defect (bug) has-patch 06/09/2024
3 #60979 safecss_filter_attr() should support query strings with "&" as used by Gutenberg Formatting normal normal Future Release defect (bug) changes-requested 02/10/2025
2 #50855 sanitize_file_name function not working as expected if there is '%20' in filename audrasjb* Formatting normal normal Future Release defect (bug) dev-feedback 10/07/2022
5 #33924 sanitize_html_class valid characters Formatting normal normal Future Release defect (bug) dev-feedback 09/20/2022
8 #55996 the get_the_block_template_html call all the same functions as the the_conent filter so they are run twice Formatting normal normal Future Release defect (bug) dev-feedback 08/28/2024
8 #54488 wp_filter_nohtml_kses does not remove HTML comments audrasjb Formatting normal normal Future Release defect (bug) dev-feedback 10/12/2023
#37698 wp_kses_split global variable pollution Formatting normal normal Future Release defect (bug) reporter-feedback 06/28/2025
#40202 wpautop bad code Formatting normal normal Future Release defect (bug) 05/21/2020
5 #2833 wpautop breaks style and script tags Formatting low normal Future Release defect (bug) dev-feedback 03/21/2024
1 #38656 wpautop incorrectly handling paragraphs within block elements Formatting normal normal Future Release defect (bug) needs-unit-tests 03/26/2019
3 #43785 wptexturize fails to skip JavaScript if code contains < Formatting normal normal Future Release defect (bug) needs-unit-tests 07/10/2024
5 #47594 Add nbsp symbol codes to convert throught sanitize_title SergeyBiryukov* Formatting normal minor Future Release enhancement has-patch 10/28/2021
#64151 Improve maintainability and robustness of sanitize_title_with_dashes() Formatting normal normal Future Release enhancement 10/25/2025
4 #19100 Introduce esc_color() Formatting normal normal Future Release enhancement dev-feedback 03/04/2020
#60319 PHPUnit test for wp_spaces_regexp Formatting normal normal Future Release enhancement has-patch 02/12/2025
#60300 PHPunit Test for wp_staticize_emoji_for_email Formatting normal normal Future Release enhancement has-patch 02/12/2025
1 #39636 Smilies not converted when directly followed by punctuation marks Formatting normal normal Future Release enhancement dev-feedback 04/11/2022
#63864 Support RFC 2047 MIME-decoding / improve `wp_iso_descrambler()` Formatting low normal Future Release enhancement has-patch 08/23/2025
#55962 Upgrade `sanitize_hex_color()` to CSS Color Level 4 pbearne Formatting normal normal Future Release enhancement dev-feedback 01/17/2024
6 #32787 make_clickable filter johnjamesjacoby Formatting normal normal Future Release enhancement has-patch 01/28/2025
2 #49484 Add option 'OR' to wp_sprintf_l() SergeyBiryukov Formatting normal normal Future Release feature request has-patch 10/20/2020
1 #46241 Bug Report: Creating Multiple Gallerys with Gutenberg and Latest WordPress antpb* Gallery normal major Future Release defect (bug) 02/21/2020
#40811 Gallery drag and drop breaks layout Gallery normal normal Future Release defect (bug) 12/26/2019
17 #13429 Updating Link URL on image within Admin with Gallery Gallery normal normal Future Release defect (bug) dev-feedback 08/24/2023
1 #29379 Add a hook to filter gallery classes Gallery low normal Future Release enhancement has-patch 05/05/2024
3 #12799 Allow gallery shortcode to accept a maximum number of items Gallery normal normal Future Release enhancement close 10/19/2023
1 #51806 Add an early exit for files with _deprecated_file() calls General normal normal Future Release defect (bug) 06/08/2022
#37253 Add several missing "_deprecated_function()" calls General low normal Future Release defect (bug) has-patch 04/19/2019
2 #42213 Code Editors: Filter autocomplete suggestions General normal normal Future Release defect (bug) has-patch 10/03/2018
1 #45939 Coding Standards: fix <br/> in core files General normal normal Future Release defect (bug) has-patch 07/09/2025
3 #60276 Fatal error with unexpected string value for sticky_posts option General normal normal Future Release defect (bug) reporter-feedback 01/21/2024
5 #54028 Fix improper use of the hooks API General normal normal Future Release defect (bug) has-patch 01/17/2023
4 #60352 Fix the architectural design of `/wp-includes/blocks/index.php` General normal normal Future Release defect (bug) has-patch 09/30/2024
2 #54233 Hardcoded wp-content instead of using WP_CONTENT_DIR General normal major Future Release defect (bug) has-patch 09/16/2022
3 #58763 Inconsistent add/get/update/delete_post_meta() functions leads to deleting post metadata. adamsilverstein General normal major Future Release defect (bug) dev-feedback 06/16/2025
2 #36036 Multiple CDATA regressions in wp-includes SergeyBiryukov General normal normal Future Release defect (bug) has-patch 11/25/2020
2 #46346 Page counts and related calculations typically expect and document ints but are actually floats SergeyBiryukov General normal minor Future Release defect (bug) has-patch 10/13/2021
1 #13779 Preview doesn’t work - WP installed in its own directory SergeyBiryukov General normal normal Future Release defect (bug) dev-feedback 07/13/2022
6 #57579 Replace most strip_tags() with wp_strip_all_tags() General normal normal Future Release defect (bug) needs-unit-tests 11/20/2025
4 #39251 Support end_size=0 in paginate_links() General normal normal Future Release defect (bug) has-patch 07/18/2020
2 #59774 Undefined array key when using wp_list_pluck function hellofromTonya General normal normal Future Release defect (bug) changes-requested 07/23/2025
2 #53875 Update inline docs to match handbook standards General normal normal Future Release defect (bug) 10/26/2021
#59700 tests for wp_update_php_annotation General normal normal Future Release defect (bug) has-patch 10/09/2024
#46639 unit test for wp_is_numeric_array() General low normal Future Release defect (bug) has-patch 09/10/2020
#56317 “document.domain” setting General normal normal Future Release defect (bug) 10/12/2022
7 #14808 Add Editor Documentation Functions URL for theme-defined functions adamsilverstein General normal normal Future Release enhancement changes-requested 04/03/2025
13 #51006 Add a mechanism for accessible tooltips in core joedolson* General normal normal Future Release enhancement needs-unit-tests 09/02/2025
3 #59444 Add language injection comments for embedded languages in PHP General normal normal Future Release enhancement 09/26/2023
#59791 Add test for get_tag_regex General normal normal Future Release enhancement has-patch 02/25/2025
#59918 Allow wp_get_global_settings to return null if the value is not found. General normal normal Future Release enhancement needs-unit-tests 11/27/2023
2 #57580 Avoid errors from null parameters in add_submenu_page() General normal normal Future Release enhancement dev-feedback 11/21/2025
3 #49198 Blink: Intent to Deprecate + Freeze `navigator.userAgent` adamsilverstein General normal normal Future Release enhancement 01/07/2021
1 #63919 Block Bindings: Conditional rendering of HTML elements corresponding to block attrs General normal normal Future Release enhancement 10/13/2025
#61078 Block Hooks: Consider introducing a dedicated endpoint General normal normal Future Release enhancement 04/26/2024
1 #62139 Broaden use of `addAdminNotice()` joedolson* General normal normal Future Release enhancement has-patch 10/17/2025
1 #60355 Can't save object to metadata with `readonly` properties General low major Future Release enhancement needs-unit-tests 10/29/2025
1 #46484 Cleaning WP from any reference to php4 General normal normal Future Release enhancement early 05/22/2019
3 #41873 Code Editor: Add PHP linter General normal normal Future Release enhancement 10/03/2017
4 #58874 Code Modernization: Consider using the null coalescing operator. costdev* General normal normal Future Release enhancement dev-feedback 06/09/2025
3 #63430 Coding Standards: replace isset() ternary with null coalescing General normal minor Future Release enhancement has-patch 10/17/2025
22 #60414 Core PHP autoloader proposal General normal normal Future Release enhancement has-patch 12/04/2024
1 #34669 Custom back_link in wp_die and provide a filter General normal normal Future Release enhancement reporter-feedback 09/16/2022
3 #62172 Deprecate non-UTF-8 Support General normal normal Future Release enhancement 10/05/2024
#38597 Discourage usage of legacy properties in WP_Network General normal normal Future Release enhancement has-patch 09/17/2024
2 #31603 Don't change $_SERVER['REQUEST_URI'] just to filter the current URL query string General normal normal Future Release enhancement 07/17/2021
#55414 Filter error suppression for individual DB query errors General normal normal Future Release enhancement has-patch 06/28/2024
#51463 Fire an action prior to AJAX action handling (allows diagnostics) General normal normal Future Release enhancement has-patch 10/19/2021
1 #58855 Fix and enhance wp_is_development_mode() to be able to return whether a development mode is beiung used General normal normal Future Release enhancement dev-feedback 10/11/2024
6 #44171 Flushing the rewrite rules is "wrong" on the front-end kraftbj General normal normal Future Release enhancement has-patch 03/20/2019
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracReports for help on using and creating reports.