Make WordPress Core

{40} Tickets Awaiting Review (4789 matches)

Create a new ticket

Tickets in the Awaiting Review milestone.

Customize the query here: http://core.trac.wordpress.org/query?milestone=Awaiting+Review.

Results (4201 - 4300 of 4789)

Enhancements Awaiting Review (27 matches)

Ticket Summary Owner Component Severity Type Modified Version Workflow
#62662 Ability to rename wp-admin and wp-login in wp-config.php General major enhancement 12/07/2024 6.7.1
#62631 Add plugin dependencies to Site Health Site Health normal enhancement 12/03/2024 6.7.1 has-patch
#62590 "Live Preview" on mobile open customizer by default Themes minor enhancement 11/28/2024 6.7.1
#62538 WordPress does not detect Openbsd httpd for URL rewrites Permalinks normal enhancement 11/24/2024 6.7.1
#63103 Add 'orderby'=>'rand' option for get_users() function General trivial feature request 03/14/2025 6.7.2
#63524 Add DISABLE_WP_CRON to site health constants Site Health normal enhancement 06/06/2025 6.8 dev-feedback
#63329 Use check_ajax_referer() instead of check_admin_referer() for AJAX requests in media form handling. Security normal enhancement 04/22/2025 6.8 has-patch
#64016 Unnecessary HTML comments in the comments walker. Comments trivial enhancement 09/20/2025 6.8.2
#63828 Can't use `CURLFile` with `wp_remote_post` HTTP API normal enhancement 08/14/2025 6.8.2
#64312 Confusing & Unsafe Menu Behavior in WordPress Admin (Especially on Mobile) Menus major enhancement 11/26/2025 6.8.3
#64180 Simplify and improve performance in `WP_Hook::apply_filters()` Plugins minor enhancement 11/16/2025 6.8.3
#64187 Detailed image view in the media admin too large Administration normal feature request 11/03/2025 6.8.3
#64362 Support for Faux WP_Post Objects Posts, Post Types normal enhancement 12/08/2025 6.9 dev-feedback
#63883 Podman Local Environment Setup Scripts Build/Test Tools normal enhancement 12/01/2025 6.9 dev-feedback
#64278 Remove remaining Internet Explorer code General minor task (blessed) 11/26/2025 6.9 has-patch
#64093 Interactivity API: Performance bottleneck in `data_wp_each_processor` due to repeated template parsing Interactivity API normal enhancement 10/28/2025 6.9 has-patch
#64131 A new function to test if a thing is an instance of the WP_User class Users normal feature request 10/21/2025 6.9
#64073 Attachments REST API: extend to support ordering by `mime_type`. REST API normal enhancement 10/20/2025 6.9 has-patch
#64113 Missing unit tests for wp-duotone class General minor enhancement 10/17/2025 6.9
#64036 Filters the value of metadata after it is retrieved. eslamelsherif Options, Meta APIs normal feature request 09/24/2025 6.9 has-patch
#64028 This PR improves the developer experience for Windows users working with the WordPress development repository. It adds a Windows helper script (`start-windows.ps1`) and updates the README with clear instructions to avoid common issues. General normal enhancement 09/23/2025 6.9 needs-docs
#64019 Improve clarity of REST API meta field error message "The %s property has an invalid stored value, and cannot be updated to null." REST API normal enhancement 09/22/2025 6.9
#63880 Remove and rounding borders and minor improve login and dashboard page General normal enhancement 08/26/2025 6.9 has-patch
#63670 Add trashability to REST API posts controller REST API normal enhancement 07/29/2025 6.9 has-patch
#63734 wpdb::prepare() should reject invalid schema object names Database normal enhancement 07/22/2025 6.9 has-patch
#63569 It should be possible to register font families with external sources Themes normal feature request 06/15/2025 6.9
#64345 Ability names should support versioning AI normal enhancement 12/04/2025 trunk has-patch

Reporter Feedback / Close (73 matches)

Ticket Summary Owner Component Severity Type Modified Version Workflow
#61657 Script "in_footer" => false with "defer" will make all dependencies that are not deferred load in head Script Loader normal defect (bug) 12/09/2025 close
#63938 A feature to bulk schedule events Cron API normal enhancement 12/09/2025 reporter-feedback
#64365 Support for Videos and Galleries as Post Thumbnails (Featured Media) General normal feature request 12/05/2025 close
#64323 fetch_rss() uses incorrect function signature for XML `start_element_handler` Feeds minor defect (bug) 12/01/2025 reporter-feedback
#62722 Fix all ABSPATH direct access errors General normal defect (bug) 11/21/2025 close
#64268 A backlink placed inside a standard post is not rendering correctly on the front end. The HTML appears in the editor but is either stripped or displayed as plain text when viewed on the site General normal defect (bug) 11/18/2025 reporter-feedback
#51589 Missing whitespace between comment reply title and cancel comment reply link Comments normal defect (bug) 11/12/2025 reporter-feedback
#45960 plugin_basename() fails on windows path General normal defect (bug) 10/24/2025 close
#43748 Create new action edit_user_updated_user similar to edit_user_created_user Users normal enhancement 10/21/2025 close
#57443 Page template label sticks to default Editor normal defect (bug) 10/06/2025 close
#57595 Filter comments_array not called for Block comments Editor normal enhancement 10/06/2025 close
#57494 An error is coming for data table as Apex Action error: Unable to read SObject General normal defect (bug) 10/06/2025 close
#7745 Private posts cannot have unpublished or pending review status Editor minor enhancement 10/02/2025 close
#44651 Make the excerpt explanation filterable Editor normal enhancement 10/02/2025 needs-docs
#64056 Media / REST API: Uploading non-resizable image formats (SVG) generates multiple PHP warnings Media normal enhancement 10/01/2025 close
#44017 Add filter to display edit post link without 'edit_post' capability Role/Capability major enhancement 09/27/2025 reporter-feedback
#52781 WP Export/Import tool Import normal defect (bug) 09/22/2025 close
#41953 Improved Meta Box Save Hook Editor normal feature request 09/22/2025 close
#41739 Support a "source" attribute in post types, taxonomies, and post statuses Posts, Post Types normal enhancement 09/22/2025 reporter-feedback
#34009 Need ability to query what post_type_supports values plugins and themes might use Posts, Post Types normal enhancement 09/20/2025 close
#50040 Localize the jQuery datepicker when enqueued in the footer I18N normal defect (bug) 09/16/2025 reporter-feedback
#63929 WordPress sitemap not indexing correctly when custom post types are used General normal defect (bug) 09/15/2025 reporter-feedback
#63966 Database Extensions for Federation Support and Compatibility at the WordPress Core Level Database normal feature request 09/12/2025 close
#63959 WP cron job issue in a custom plugin General normal defect (bug) 09/12/2025 close
#55287 Allow for DISTINCT in WP_Query method Query normal feature request 09/11/2025 reporter-feedback
#52518 sanitize_post_field filter for 'raw' context Posts, Post Types normal enhancement 09/11/2025 reporter-feedback
#49958 Improve paginator in general-template.php Themes normal enhancement 09/11/2025 reporter-feedback
#48769 meta_input, tax_input, tags_input and post_category arguments are not available in functions or methods hooked to wp_insert_post Posts, Post Types normal enhancement 09/11/2025 reporter-feedback
#57741 Core throwing 'Attempt to read property "post_type" on null' Media normal defect (bug) 09/10/2025 reporter-feedback
#60210 Preserving Link When Replacing the Image of an Image Block within Unsynced Patterns Editor minor defect (bug) 09/06/2025 close
#44377 add filter to post_submit_meta_box() to conditionally refrain from outputting the "Visibility" fields Editor normal enhancement 09/04/2025 close
#48122 Add separator argument for wp_get_document_title() Themes normal feature request 09/04/2025 close
#63867 error in admin page Formatting normal defect (bug) 08/23/2025 reporter-feedback
#63813 How to Handle Embed Block Errors for YouTube URLs in WordPress? Embeds normal defect (bug) 08/21/2025 reporter-feedback
#63451 Flag emoji rendering issue on Windows environment Emoji normal defect (bug) 08/14/2025 close
#44211 Add cookie domain to `userSettings` script localize Script Loader normal feature request 08/14/2025 close
#61755 Use WPINC constant in script-loader.php Script Loader normal defect (bug) 08/14/2025 close
#59076 Proposal for removing the version numbers of the JS and CSS files when SCRIPT_DEBUG is set to true Script Loader normal enhancement 08/12/2025 close
#51365 Introduce dedicated function to check if post meta exists Posts, Post Types normal enhancement 07/16/2025 close
#53785 Block Styles dropdown should use 'Default' instead of 'Not set' Editor normal defect (bug) 07/09/2025 close
#63638 Lack of pinch-to-zoom support in Gutenberg core lightbox on mobile devices Editor normal enhancement 07/09/2025 close
#63675 Sanitize request values and improve translatable strings in edit-comments.php Comments minor defect (bug) 07/09/2025 close
#63671 Image Not Displaying or Editable in WordPress Media Editor Media major defect (bug) 07/09/2025 reporter-feedback
#57156 Icons missing in iOS Lockdown Mode Administration normal defect (bug) 07/04/2025 reporter-feedback
#63619 Cached WP_Term_Query result attempts object conversion to int Query normal defect (bug) 06/25/2025 reporter-feedback
#44968 Header Text color option doing two jobs, so both suffer Customize normal defect (bug) 06/24/2025 close
#63518 get_blog_details( get_all: false ) not working as expected Networks and Sites normal defect (bug) 06/10/2025 reporter-feedback
#63357 Error function exif_imagetype() functions.php on line 3338 Media normal defect (bug) 06/07/2025 close
#63537 New version blows up when i just try to copy text Editor normal defect (bug) 06/05/2025 reporter-feedback
#52464 The value of argument passed to the update_option_new_admin_email() is not a valid email. SergeyBiryukov Networks and Sites normal defect (bug) 06/05/2025 needs-unit-tests
#63022 Update cache.php - Improve function wp_cache_decr Cache API normal enhancement 06/03/2025 close
#63493 Timezone string doesn't return in REST API /wp-json/wp/v2/settings REST API normal defect (bug) 05/28/2025 needs-unit-tests
#62484 Multiple selection of post type in Query loop block Query normal enhancement 05/26/2025 close
#61962 Admin: remove_menu_page throws PHP warning when $menu is null Plugins normal defect (bug) 05/21/2025 reporter-feedback
#63440 6.8.1 Multisite: Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, string given in wp-includes/class-wp-roles.php:291 Role/Capability major defect (bug) 05/15/2025 reporter-feedback
#57943 Massive SQL statement shown in Dashboard WordPress Events and News. WordPress database error Got a packet bigger than 'max_allowed_packet' Administration normal defect (bug) 05/12/2025 reporter-feedback
#57899 Bad javascript in customize-controls.js for padding-top causes bugs Customize normal defect (bug) 05/12/2025 reporter-feedback
#57500 Plugin update results in mixing files of old and new versions Upgrade/Install normal defect (bug) 05/12/2025 reporter-feedback
#57308 Nav menu on Mobile remains open after clicking on an anchor link Menus normal defect (bug) 05/12/2025 reporter-feedback
#57246 Duotone SVG function does not check for CSS variable color format General normal defect (bug) 05/12/2025 reporter-feedback
#55271 Featured Image Section Disappears In Block Editor Editor normal defect (bug) 05/12/2025 reporter-feedback
#53868 Add option to `paginate_links` to apply format on all pages General normal enhancement 05/12/2025 reporter-feedback
#63315 Docs: Improve the `prepare()` function inline docs Query normal defect (bug) 04/21/2025 close
#63142 will not accept .png images Media normal defect (bug) 04/14/2025 reporter-feedback
#63101 Error activating a block theme with WordPress 6.8-beta2 Themes normal defect (bug) 04/01/2025 reporter-feedback
#54598 Site Health makes downright wrong and dangerous suggestions Site Health normal defect (bug) 03/23/2025 close
#47483 Add filters for included CA bundle path HTTP API normal enhancement 03/17/2025 close
#60321 Add Viostream.com to oEmbed allowlist Embeds normal enhancement 02/28/2025 reporter-feedback
#61706 Support for storing and getting encrypted options Security normal enhancement 02/18/2025 dev-feedback
#62974 Add a Checkbox to Enable/Disable Author Page Indexing in WordPress Core Setting General normal feature request 02/17/2025 close
#62945 Add a Changeloh link near the Update WordPress Button Upgrade/Install normal feature request 02/11/2025 reporter-feedback
#61575 Node Modules in sub-directories not getting ignored while exporting the theme Administration normal defect (bug) 02/07/2025 close
#53780 PHP 8.1: DateTimeZone::getTransitions() change Date/Time normal defect (bug) 02/07/2025 close
Note: See TracReports for help on using and creating reports.