Make WordPress Core

{2} All Tickets, Workflow Oriented (8010 matches)

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

Results (1701 - 1800 of 8010)

Has Patch / Needs Testing (100 matches)

Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified Comments
#44103 change the type attribute of #menu_order from 'text' to 'number' Editor normal normal Future Release enhancement has-patch 02/12/2025 13
#59775 test for wp_post_preview_js Editor normal normal Future Release enhancement has-patch 10/09/2024 2
#62705 Block Bindings: Expose UI options for the source from the server Editor normal normal Future Release feature request has-patch 02/26/2025 5
#42733 WordPress Embed URLs don't work for draft and scheduled posts with pretty permalinks Embeds normal normal Future Release defect (bug) has-patch 11/07/2024 4
#40288 Whitelist oEmbed for Apple Keynote Embeds normal normal Future Release enhancement has-patch 05/30/2023 6
#59142 X/Twitter posts cannot be embedded Embeds normal normal Future Release enhancement has-patch 12/11/2025 23
#37486 Make emojis accessible Emoji normal normal Future Release task (blessed) has-patch 05/15/2025 21
#43978 Avoid flickering on the Tools / Export page birgire Export normal normal Future Release defect (bug) has-patch 02/20/2020 5
#33563 Multiple Calls to export_wp() Causes Error Export normal normal Future Release defect (bug) has-patch 11/19/2020 4
#53300 Select and Crop for header images, crop area is entire image External Libraries normal normal Future Release defect (bug) has-patch 07/29/2021 5
#10511 Enclosure Custom Fields are automatically deleted Feeds high major Future Release defect (bug) has-patch 04/16/2025 27
#30210 WordPress generates unnecessary RSS feeds pbearne Feeds normal normal Future Release defect (bug) has-patch 06/18/2025 36
#3260 XML output (rss, atom, rdf ...) should always use UTF-8 or CDATA for user input stevenkword Feeds normal normal Future Release defect (bug) has-patch 02/11/2024 16
#43860 Dead code in feed_links_extra() Feeds normal normal Future Release enhancement has-patch 01/09/2019 5
#40587 Feed link markup should contain rel and type attributes Feeds normal normal Future Release enhancement has-patch 05/19/2017 12
#13867 New filter for comment RSS feed's title killua99 Feeds normal normal Future Release enhancement has-patch 11/10/2021 31
#8828 Tags and Categories are undifferentiable in Atom and RSS feeds Feeds low minor Future Release enhancement has-patch 06/28/2024 8
#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 9
#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 2
#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 25
#59781 Add tests for wp_delete_file_from_directory Filesystem API normal normal Future Release enhancement has-patch 02/12/2025 2
#43990 Use wp_delete_file instead of unlink Filesystem API low normal Future Release enhancement has-patch 05/26/2025 7
#27350 Invalid HTML Output Formatting normal normal Future Release defect (bug) has-patch 08/13/2024 37
#24487 is_email() does not recognize IDN domains Formatting normal minor Future Release defect (bug) has-patch 07/16/2025 8
#17433 localhost is not accepted as email domain Formatting normal normal Future Release defect (bug) has-patch 03/20/2018 12
#24157 safecss_filter_attr doesn't allow rgb() in inline styles Formatting normal normal Future Release defect (bug) has-patch 06/09/2024 12
#47594 Add nbsp symbol codes to convert throught sanitize_title SergeyBiryukov* Formatting normal minor Future Release enhancement has-patch 10/28/2021 22
#60319 PHPUnit test for wp_spaces_regexp Formatting normal normal Future Release enhancement has-patch 02/12/2025 2
#60300 PHPunit Test for wp_staticize_emoji_for_email Formatting normal normal Future Release enhancement has-patch 02/12/2025 4
#63864 Support RFC 2047 MIME-decoding / improve `wp_iso_descrambler()` Formatting low normal Future Release enhancement has-patch 08/23/2025 1
#32787 make_clickable filter johnjamesjacoby Formatting normal normal Future Release enhancement has-patch 01/28/2025 17
#49484 Add option 'OR' to wp_sprintf_l() SergeyBiryukov Formatting normal normal Future Release feature request has-patch 10/20/2020 11
#29379 Add a hook to filter gallery classes Gallery low normal Future Release enhancement has-patch 05/05/2024 2
#37253 Add several missing "_deprecated_function()" calls General low normal Future Release defect (bug) has-patch 04/19/2019 4
#42213 Code Editors: Filter autocomplete suggestions General normal normal Future Release defect (bug) has-patch 10/03/2018 8
#45939 Coding Standards: fix <br/> in core files General normal normal Future Release defect (bug) has-patch 07/09/2025 5
#54028 Fix improper use of the hooks API General normal normal Future Release defect (bug) has-patch 01/17/2023 15
#54233 Hardcoded wp-content instead of using WP_CONTENT_DIR General normal major Future Release defect (bug) has-patch 09/16/2022 19
#36036 Multiple CDATA regressions in wp-includes SergeyBiryukov General normal normal Future Release defect (bug) has-patch 11/25/2020 20
#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 20
#39251 Support end_size=0 in paginate_links() General normal normal Future Release defect (bug) has-patch 07/18/2020 3
#59700 tests for wp_update_php_annotation General normal normal Future Release defect (bug) has-patch 10/09/2024 2
#46639 unit test for wp_is_numeric_array() General low normal Future Release defect (bug) has-patch 09/10/2020 1
#59791 Add test for get_tag_regex General normal normal Future Release enhancement has-patch 02/25/2025 3
#62139 Broaden use of `addAdminNotice()` joedolson* General normal normal Future Release enhancement has-patch 10/17/2025 16
#63430 Coding Standards: replace isset() ternary with null coalescing General normal minor Future Release enhancement has-patch 10/17/2025 8
#55414 Filter error suppression for individual DB query errors General normal normal Future Release enhancement has-patch 06/28/2024 19
#51463 Fire an action prior to AJAX action handling (allows diagnostics) General normal normal Future Release enhancement has-patch 10/19/2021 4
#44171 Flushing the rewrite rules is "wrong" on the front-end kraftbj General normal normal Future Release enhancement has-patch 03/20/2019 11
#59232 Introduce #[Override] attribute to mark overloaded methods General low normal Future Release enhancement has-patch 09/20/2024 14
#60112 PHPUnit test for _deprecated_argument() General normal normal Future Release enhancement has-patch 02/12/2025 2
#60113 PHPUnit test for _deprecated_file() General normal normal Future Release enhancement has-patch 02/12/2025 2
#60110 PHPUnit test for _deprecated_hook() General normal normal Future Release enhancement has-patch 02/12/2025 2
#60117 PHPUnit tests for _deprecated_argument() General normal normal Future Release enhancement has-patch 02/12/2025 4
#60115 PHPUnit tests for _deprecated_constructor() General normal normal Future Release enhancement has-patch 02/12/2025 3
#60116 PHPUnit tests for _deprecated_function() General normal normal Future Release enhancement has-patch 02/12/2025 2
#33704 Reduce reliance on wp_is_mobile() General normal normal Future Release enhancement close 06/04/2025 27
#37280 Remove boldness from update notices Presskopp General normal normal Future Release enhancement has-patch 11/14/2021 14
#60114 Test for _deprecated_class() General normal normal Future Release enhancement has-patch 10/09/2024 2
#17520 cite element used incorrectly General normal normal Future Release enhancement has-patch 09/17/2025 9
#62483 maybe_serialize() does support double serialization, but does not inform the developer if doing so audrasjb General normal normal Future Release enhancement has-patch 09/22/2025 19
#60056 phpUnit tests for is_lighttpd_before_150 General normal normal Future Release enhancement has-patch 02/12/2025 2
#60057 phpunit tests for _doing_it_wrong() General normal normal Future Release enhancement has-patch 02/12/2025 5
#60054 phpunit tests for apache_mod_loaded General normal normal Future Release enhancement has-patch 02/12/2025 2
#59790 test for mbstring_binary_safe_encoding General normal normal Future Release enhancement has-patch 10/09/2024 2
#59792 test for wp_auth_check_html General normal normal Future Release enhancement has-patch 10/09/2024 2
#59820 test for wp_auth_check_load General normal normal Future Release enhancement has-patch 10/09/2024 2
#59829 test for wp_debug_backtrace_summary General normal normal Future Release enhancement has-patch 10/09/2024 3
#59854 test for wp_find_hierarchy_loop_tortoise_hare General normal normal Future Release enhancement has-patch 10/09/2024 2
#59697 test for wp_get_direct_php_update_url General normal normal Future Release enhancement has-patch 10/09/2024 2
#54359 test for wp_get_direct_update_https_url General normal normal Future Release enhancement has-patch 10/09/2024 4
#59637 test for wp_get_update_https_url General normal normal Future Release enhancement has-patch 10/09/2024 2
#59699 test for wp_get_update_php_annotation General normal normal Future Release enhancement has-patch 10/09/2024 2
#60177 test for wp_ob_end_flush_all General normal normal Future Release enhancement has-patch 10/09/2024 2
#60828 tests for wp_check_browser_version General normal normal Future Release enhancement has-patch 02/12/2025 4
#59623 tests for wp_get_direct_update_https_url General normal normal Future Release enhancement has-patch 10/09/2024 4
#55729 tests for wp_original_referer_field General normal normal Future Release enhancement has-patch 10/09/2024 5
#52900 Instantly index WordPress web sites content in Search Engines General normal normal Future Release feature request has-patch 08/25/2025 55
#50807 Introduce a function for deprecated options General normal normal Future Release feature request has-patch 10/15/2020 6
#34058 Proposal: wp_get_archives_object() function General normal normal Future Release feature request has-patch 06/28/2025 13
#29798 unified theme and plugin uploader General normal normal Future Release feature request has-patch 11/06/2025 15
#41121 Consistency of the _deprecated_function() calls and related documentation. SergeyBiryukov General normal normal Future Release task (blessed) has-patch 07/06/2023 46
#56897 First time contributor welcome message improvements General normal normal Future Release task (blessed) has-patch 10/20/2025 18
#59233 Improve error handling for unserialize() General normal normal Future Release task (blessed) has-patch 07/21/2025 11
#52264 Rename `$array` when used in `@param` tags General normal normal Future Release task (blessed) has-patch 02/25/2022 10
#62091 XML API: Produce XML Serialization of HTML (XHTML) HTML API normal normal Future Release feature request has-patch 09/27/2024 4
#53513 WP_Http ignores httpversion option HTTP API normal normal Future Release defect (bug) has-patch 04/11/2023 3
#64170 gethostbyname() in validating URLs does not work for IPv6 HTTP API normal normal Future Release defect (bug) has-patch 10/31/2025 1
#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 3
#51770 Add unit tests for WP_Http_Cookie SergeyBiryukov HTTP API normal normal Future Release enhancement has-patch 02/12/2025 5
#25840 Feature Request: WP_ACCESSIBLE_HOSTS as option HTTP API normal normal Future Release enhancement has-patch 09/11/2025 15
#34538 Improvement of the IPv4 address format check chriscct7 HTTP API normal normal Future Release enhancement has-patch 02/05/2017 8
#62124 wp_parse_url() - code update for performance and removal of now unnecessary code fix pbearne HTTP API normal trivial Future Release enhancement has-patch 06/03/2025 15
#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 6
#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 14
#53650 Incorrect quotation marks in many strings I18N normal normal Future Release defect (bug) has-patch 06/24/2025 9
#14981 Provide a context for post statuses rockwell15 I18N normal normal Future Release defect (bug) has-patch 09/11/2022 35
#20974 Remove obsolete locale-specific files on upgrade dd32 I18N low normal Future Release defect (bug) close 02/28/2024 18
#40932 Word breaks the layout I18N normal normal Future Release defect (bug) has-patch 05/22/2018 4
#30049 wp_load_translations_early does not work without WPLANG defined swissspidy I18N normal normal Future Release defect (bug) has-patch 09/17/2024 24
Note: See TracReports for help on using and creating reports.