Make WordPress Core

{13} Has Patch (2065 matches)

Create a new ticket
  • Tickets that have a patch and now need testing to make sure the patch works and doesn't introduce new bugs (keywords: has-patch, needs-testing)
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (1901 - 2000 of 2065)

Future Releases (54 matches)

Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
#55071 Add filters to wp_list_users() Users normal normal Future Release feature request has-patch 02/07/2022
#41051 Confirm use of weak password Field show when removed password Users normal normal Awaiting Review feature request has-patch 06/04/2019
#48745 Disable Admin Email Verification Screen by Variable in wp-config.php (or other means) Users normal normal Awaiting Review feature request has-patch 09/06/2020
#49102 Multisite: removed_user_from_blog hook SergeyBiryukov Users normal minor Future Release feature request has-patch 09/06/2020
#41931 Not possible to add custom display_name option Users normal normal Awaiting Review feature request has-patch 06/11/2019
#16020 Upload custom avatar for user in Dashboard whyisjake* Users normal minor Future Release feature request has-patch 11/17/2023
#30175 In multisite, on a site with only subscribers, wp_dropdown_users returns empty string Users normal normal defect (bug) has-patch 09/17/2024
#17905 Multisite doesn't delete a user's posts/links upon removal Users normal normal defect (bug) has-patch 09/17/2024
#17793 No explanation on invalid characters on registration form chriscct7 Users normal normal defect (bug) has-patch 06/05/2019
#36405 User creation fails for users with long names. Users normal normal defect (bug) has-patch 04/07/2025
#33216 Users.php post count is not accurate as it does not include drafts. Users normal normal defect (bug) has-patch 03/03/2025
#28163 function email_exists() check without removing umlauts Users normal normal defect (bug) has-patch 07/26/2022
#54093 wp_ajax_send_password_reset() calls retrieve_password() with the user_login but retrieve_password first uses email to find user Users normal normal defect (bug) has-patch 09/08/2021
#14767 wp_create_user() does not check for a valid email address Users normal normal defect (bug) has-patch 06/05/2019
#31186 Get more info about the modified author Users normal normal enhancement has-patch 06/05/2019
#31106 Introduce nicename_exists Users normal normal enhancement has-patch 06/05/2019
#23373 Limiting get_users() results by meta value with LIKE wildcards Users normal normal enhancement has-patch 06/05/2019
#23430 sanitize_user() disallows + in usernames causes problem for email as username Users normal minor enhancement has-patch 06/05/2019
#44019 Class-wp-widget-categories.php causes js error in console. Widgets normal normal Future Release defect (bug) has-patch 05/11/2018
#38133 Core widget fields fail to render value of "0" when empty() checks are used stevenkword Widgets normal normal Future Release defect (bug) has-patch 11/13/2024
#61179 Deprecated messages about passing null in widgets.php hellofromTonya Widgets normal normal Future Release defect (bug) changes-requested 02/13/2025
#63465 Events and News Widget: Empty <ul> Appears Without City Selection Causing Layout Shift Widgets normal normal Awaiting Review defect (bug) has-patch 05/22/2025
#44450 Functions/methods do not return any value in classes should use @return void in method doc Widgets normal normal Future Release defect (bug) has-patch 04/05/2019
#50561 Links Widget display: Image alt text and link name are redundant for screen readers sabernhardt Widgets normal minor Future Release defect (bug) changes-requested 03/04/2025
#44284 Remove e.preventDefault(); code line from widgets.js file Widgets normal normal Awaiting Review defect (bug) has-patch 07/29/2019
#57518 Undefined array key in widgets.php on line 919 Widgets normal normal Awaiting Review defect (bug) has-patch 06/11/2025
#51538 Widget disappears from the sidebar when switching the theme and back again. Widgets normal critical Awaiting Review defect (bug) has-patch 10/15/2020
#50811 Widget title box and text content not proper align. Widgets normal normal Awaiting Review defect (bug) has-patch 11/17/2020
#52848 Widgets z-index issue hides the widget's update button when other widgets remain open Widgets normal minor Awaiting Review defect (bug) has-patch 03/18/2021
#55121 classic widgets with no settings won't show up in 5.9 Widgets normal normal Future Release defect (bug) has-patch 08/03/2023
#52526 Add different class for RSS widget in different conditions Widgets normal normal Awaiting Review enhancement has-patch 04/25/2022
#57201 Add unit tests for wp_maybe_load_widgets Widgets normal normal Awaiting Review enhancement has-patch 02/12/2025
#60179 Add unit tests for wp_widgets_add_menu Widgets normal normal Awaiting Review enhancement has-patch 02/12/2025
#38031 Allow modifying args for the_widget Widgets normal normal Awaiting Review enhancement has-patch 04/28/2019
#24856 Authors widget to highlight authors Widgets normal normal Future Release enhancement has-patch 03/14/2019
#62762 WP_Widget_Categories::widget(): use int or bool for $cat_args values instead of numeric strings Widgets normal trivial Awaiting Review enhancement has-patch 01/01/2025
#55175 Widgets: Allow filtering args in `the_widget` Widgets normal normal Future Release enhancement has-patch 02/16/2022
#54048 improve preloaded REST API requests in widget editor Widgets normal normal Awaiting Review enhancement has-patch 09/04/2021
#57224 tests for wp_widgets_add_menu() Widgets normal normal Future Release enhancement has-patch 10/09/2024
#45083 use `image_default_size` option in WP_Widget_Media_Image instead of hard-coded value Widgets normal normal Future Release enhancement has-patch 01/04/2019
#29261 Enqueue script in Widget Widgets normal normal defect (bug) has-patch 10/13/2020
#22116 bug in dynamic_sidebar function Widgets normal normal defect (bug) has-patch 06/05/2019
#31960 Archives widget li should have informative css classes Widgets normal normal enhancement has-patch 06/05/2019
#32065 Hide entire RSS widget when no items to display Widgets normal normal enhancement has-patch 08/21/2019
#21165 Make categories widget work with custom taxonomies wonderboymusic Widgets normal normal enhancement has-patch 06/05/2019
#27299 Order the available widgets in the Widgets admin page Widgets normal normal enhancement has-patch 06/05/2019
#17201 dynamic_sidebar performance Widgets normal normal enhancement has-patch 06/05/2019
#49905 Correct return type for xmlrpc_getposttitle() and xmlrpc_getpostcategory() SergeyBiryukov* XML-RPC normal normal Future Release defect (bug) has-patch 06/01/2021
#38622 XML-RPC wp_newComment should return an error when a field exceeds the maximum length XML-RPC low normal Awaiting Review defect (bug) has-patch 01/13/2024
#54147 XMLRPC API ignores empty terms_names array XML-RPC normal normal Awaiting Review defect (bug) has-patch 09/20/2021
#37206 Unit test functions for functions.php's xmlrpc_removepostdata function XML-RPC low minor Future Release enhancement has-patch 02/21/2020
#59414 XML-RPC - add updateMedia endpoint joedolson* XML-RPC normal normal Future Release enhancement has-patch 02/12/2025
#17541 Blogger-XMLPRC API does not work with Multisite/SSL/DMZ combination westi* XML-RPC normal major defect (bug) has-patch 06/05/2019
#21292 XML-RPC: wp_upload_bits should act like wp_handle_upload XML-RPC normal normal defect (bug) has-patch 03/02/2023

Next Release (46 matches)

Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
#47579 Customizer "Select logo" and "Select site icon" look like drop areas, but are butons. joedolson* Administration normal normal 6.9 defect (bug) changes-requested 06/04/2025
#52151 Post / Page Title Columns broken audrasjb* Administration normal normal 6.9 defect (bug) has-patch 03/04/2025
#62619 Remove `wp_kses_post()` filtering from admin notices Administration normal normal 6.9 defect (bug) has-patch 06/04/2025
#63030 Update CSS for `::-moz-placeholder` color joedolson* Administration normal normal 6.9 defect (bug) has-patch 06/06/2025
#62864 Add padding and color changes to buttons and inputs fabiankaegy Administration normal normal 6.9 enhancement has-patch 02/18/2025
#62866 Adjust background alternate row on post and page tables Administration normal normal 6.9 enhancement has-patch 03/25/2025
#62831 Bring in lighter background for admin audrasjb Administration normal normal 6.9 enhancement has-patch 02/27/2025
#63310 On mobile devices, the search bar in the WordPress admin "Pages" section has an unnecessary right margin, which negatively impacts the visual alignment and user experience. Administration normal normal 6.9 enhancement has-patch 06/16/2025
#63196 Typo correction audrasjb* Administration normal minor 6.9 enhancement changes-requested 03/30/2025
#60029 Admin unable to create new Application Password for user with no role on main site (multisite) Application Passwords normal normal 6.9 defect (bug) changes-requested 06/06/2025
#63564 Dev environment should incorporate enhancements from wp-env for speed and non-interactive usage westonruter Build/Test Tools normal normal 6.8.2 defect (bug) has-patch 06/21/2025
#63026 Improve performance of bcrypt related unit tests Build/Test Tools normal normal 6.9 defect (bug) has-patch 06/11/2025
#63170 GitHub Actions updates and improvements for 6.9 Build/Test Tools normal normal 6.9 task (blessed) has-patch 06/25/2025
#63167 Test tool and unit test improvements for 6.9 Build/Test Tools normal normal 6.9 task (blessed) has-patch 06/24/2025
#63169 Tests: Reduce usage of assertEquals for 6.9 Build/Test Tools normal normal 6.9 task (blessed) has-patch 03/25/2025
#63171 Update/Audit NPM Dependencies for 6.9 Build/Test Tools normal normal 6.9 task (blessed) has-patch 06/25/2025
#62437 Bundled Themes: Edit package-related details in block theme PHP files Bundled Theme lowest normal 6.9 defect (bug) has-patch 03/25/2025
#44656 Multiple themes: Empty site title leaves empty anchor tag in header joedolson* Bundled Theme normal normal 6.9 defect (bug) changes-requested 06/03/2025
#63520 Twenty Fourteen: Latest Comments block link color does not belong in Content Sidebar Bundled Theme normal normal 6.9 defect (bug) has-patch 06/04/2025
#47051 Twenty Nineteen theme sub-menu returns error in WAVE accessibility tool joedolson* Bundled Theme normal normal 6.9 defect (bug) has-patch 06/03/2025
#63549 Twenty Twenty-One: Line-height inconsistency in List Item blocks between editor and frontend Bundled Theme normal normal 6.9 defect (bug) has-patch 06/22/2025
#63613 Twenty Twenty-One: menu toggle is not responsive until after "load" event westonruter* Bundled Theme normal minor 6.9 defect (bug) has-patch 06/24/2025
#63450 Race condition for transient with no expiration and object cache active Cache API normal normal 6.9 defect (bug) has-patch 06/04/2025
#63195 Unify timestamps of query cache keys flixos90 Cache API normal normal 6.9 defect (bug) has-patch 06/03/2025
#59592 Store last changed value in key instead of using it as a salt for query caches spacedmonkey Cache API normal normal 6.9 enhancement has-patch 06/11/2025
#36409 Comments number is wrong pbearne Comments normal normal 6.9 defect (bug) changes-requested 06/10/2025
#47595 Re-evaluate whether comment form should still get the HTML5 novalidate attribute westonruter Comments normal normal 6.8.2 enhancement has-patch 06/19/2025
#42078 Customize: fix the color hue picker HTML and accessibility joedolson* Customize normal normal 6.9 defect (bug) has-patch 06/05/2025
#63011 Customizer: The back button is not keyboard focusable joedolson* Customize normal normal 6.9 defect (bug) has-patch 05/20/2025
#63589 Unable to live preview changes to Additional CSS in the Customizer when using a Block Theme westonruter* Customize normal normal 6.8.2 defect (bug) has-patch 06/21/2025
#62342 wpdb->get_table_from_query: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated audrasjb Database normal normal 6.9 defect (bug) has-patch 02/20/2025
#59269 Add support for adding metadata in bulk Database normal normal 6.9 enhancement has-patch 05/28/2025
#10404 dbDelta creates duplicate indexes when index definition contains spaces Database normal normal enhancement has-patch 01/21/2023
#59941 PHPUnit test for wp_timezone_choice audrasjb Date/Time normal normal 6.9 defect (bug) has-patch 03/25/2025
#26798 While inserting a post some values for 'post_date' throw a PHP exception pbearne Date/Time normal normal 6.9 defect (bug) has-patch 03/18/2025
#41011 get_calendar generates query with invalid date formats pbearne Date/Time normal normal 6.9 defect (bug) has-patch 03/18/2025
#56887 wp_exif_date2ts throws notice on slash formatted date pbearne* Date/Time normal normal 6.9 defect (bug) has-patch 06/03/2025
#29849 Better human_time_diff() audrasjb Date/Time normal normal 6.9 enhancement has-patch 05/15/2025
#48207 Implement new Comment Date Functions pbearne Date/Time normal normal 6.9 enhancement has-patch 03/17/2025
#61796 Blank Page When $_GET['postId'] Does Not Exist in /wp-admin/site-editor.php Editor normal normal 6.9 defect (bug) changes-requested 03/18/2025
#62624 Fix global styles for Separator blocks when theme defines non-background colors Editor normal normal 6.9 defect (bug) has-patch 03/20/2025
#61154 Fix the 'attributes' dynamic property in WP_Block audrasjb Editor normal normal 6.9 defect (bug) changes-requested 06/07/2025
#63222 register_block_type is not working with symbolic links still audrasjb Editor normal normal 6.9 defect (bug) has-patch 04/02/2025
#53076 Press This: Add filters to allow custom Press This plugins kraftbj* Editor normal normal 6.9 enhancement has-patch 05/12/2025
#63588 do_blocks(): Free up transient memory leak Editor normal normal 6.8.2 enhancement has-patch 06/23/2025
#18330 Add a Class functionality to wpautop() Formatting normal normal enhancement has-patch 07/25/2023
Note: See TracReports for help on using and creating reports.