Make WordPress Core

{1} All Tickets (8003 matches)

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

Results (1201 - 1300 of 8003)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23

Comments (24 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#58700 wp_set_comment_status() modifies post_content normal major Awaiting Review defect (bug) 07/14/2023 3
#58723 Remove deprecated parameter tests in comments_link() reporter-feedback normal normal Awaiting Review defect (bug) 08/27/2023 5
#59191 Disqus Commenting Plugin Blocked by Twenty Twentythree Theme close normal normal Awaiting Review defect (bug) 08/24/2023 2
#59488 Add index to comment_type and comment_approved fields in comment table normal normal Awaiting Review enhancement 01/14/2026 5
#60161 Comments on pages where comments are not allowed normal normal Awaiting Review defect (bug) 05/12/2025 7
#60238 Remove comments completely option normal normal Awaiting Review enhancement 01/12/2024
#60281 Cannot unset comment_notes_before needs-unit-tests normal normal Future Release defect (bug) 01/18/2024 5
#60533 The comment tree is old – maybe it’s worth changing it? reporter-feedback normal normal Awaiting Review enhancement 02/20/2024 3
#60693 "Previously approved comment" for logged out users bug dev-feedback normal normal Awaiting Review defect (bug) 03/07/2024 7
#61468 DivisionByZero issue for comments on PHP8.0+ dev-feedback normal major Awaiting Review defect (bug) 04/03/2025 10
#62066 Weird ability to modify comments to be empty Lela Bones normal minor Awaiting Review defect (bug) 10/04/2024 2
#62644 Editing comments as an admin, in the Admin UI, filters the HTML elements of the comment as though the edit was done by the original author. normal normal Awaiting Review defect (bug) 12/06/2024 10
#62770 Move comment cookie handling to user/JavaScript space normal normal Future Release enhancement 04/23/2025 1
#63157 wp_list_comments behaves differently when passed string or array normal normal Awaiting Review defect (bug) 04/24/2025
#63332 wp_editor_settings filter hook not working as expected in WordPress Admin normal normal Awaiting Review defect (bug) 04/22/2025
#63504 Email me whenever Anyone posts a comment not working dev-feedback normal normal Awaiting Review defect (bug) 07/09/2025 11
#63675 Sanitize request values and improve translatable strings in edit-comments.php close normal minor Awaiting Review defect (bug) 07/09/2025 1
#63931 Deleting a parent comment causes the child to move up a level dev-feedback normal normal Future Release enhancement 09/16/2025 22
#63995 Comments: show top commentors normal normal Awaiting Review enhancement 09/17/2025 2
#63996 Comments: create a dedicated view that shows all comments from someone normal normal Awaiting Review feature request 09/17/2025 2
#64016 Unnecessary HTML comments in the comments walker. normal trivial Awaiting Review enhancement 09/20/2025 2
#64217 Comment approval/type check runs after `notify_post_author` filter adamsilverstein has-patch normal normal 7.0 defect (bug) 11/07/2025 1
#64387 Emails not being sent following update to 6.9 close normal normal Awaiting Review defect (bug) 12/10/2025 2
#64506 wp_dashboard_recent_comments executes an unnecessary SQL query has-patch normal normal Awaiting Review enhancement 01/15/2026 1

Cron API (26 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#11800 doubled execution of cron jobs westi dev-feedback normal normal Future Release defect (bug) 04/04/2021 7
#28635 Add status codes and hooks to wp-cron.php chriscct7 has-patch normal normal Future Release feature request 07/14/2023 4
#29581 Scheduled Posts do not work in WordPress 4.0 normal normal Awaiting Review defect (bug) 06/04/2019 6
#34913 Unscheduling cron jobs fails when original arguments were not an array. johnjamesjacoby dev-feedback normal normal Future Release defect (bug) 11/03/2025 19
#35491 Add a function to check whether a hook is scheduled has-patch normal normal Future Release enhancement 06/04/2019 13
#36082 Schedule post, not added to cron, shown as 'scheduled' in admin. Doesn't publish. normal normal Awaiting Review defect (bug) 06/04/2019 1
#39340 Scheduled Posts are being missed (problem with wp-cron.php?) normal normal Awaiting Review defect (bug) 04/03/2020 10
#43801 Need better documentation to show importance of checking for args while using wp_schedule_event and wp_next_scheduled has-patch normal normal Future Release enhancement 07/18/2024 1
#47127 Parameter Error in class-wp-hook files normal major Awaiting Review defect (bug) 05/09/2019 4
#47590 Add unit tests for requests to wp-cron.php has-patch normal normal Future Release defect (bug) 02/14/2025 4
#49693 Drop duplicate recurring cron events whyisjake* has-patch normal normal Future Release enhancement 01/31/2021 32
#51716 WP Cron - looses entries has-patch normal normal Awaiting Review defect (bug) 02/15/2025 8
#53927 Add test for _get_cron_array() has-patch normal normal Awaiting Review defect (bug) 08/17/2021 2
#55556 WP cron daily issue normal normal Awaiting Review defect (bug) 04/11/2022
#56490 wp-cron.php using count() on null normal normal Awaiting Review defect (bug) 09/04/2022 4
#57271 Cron unschedule / reschedule event errors audrasjb has-patch normal normal Awaiting Review defect (bug) 03/10/2025 93
#57589 transition_post_status hook does not fire when cron publishes scheduled post. close normal normal Awaiting Review defect (bug) 10/07/2025 3
#57924 Cron fires twice j3gaming dev-feedback normal critical Awaiting Review defect (bug) 03/05/2024 22
#58470 Add configurable batching to `wp_scheduled_delete` for controlling cleanup operations normal normal Awaiting Review enhancement 06/07/2023 2
#60657 wp_schedule_event problem normal normal Awaiting Review defect (bug) 02/29/2024
#62314 Infinite callback loop when 'priority' is not numeric in php 8.x has-patch normal minor Awaiting Review enhancement 10/28/2024 2
#63830 Event system breaks when an event is scheduled during processing of a queue of more than one events has-patch normal normal Awaiting Review defect (bug) 09/25/2025 5
#63938 A feature to bulk schedule events reporter-feedback normal normal Awaiting Review enhancement 12/09/2025 4
#63987 wp_get_scheduled_event() incorrectly returns false for cron events scheduled with a timestamp of 0. dev-feedback normal normal 7.0 defect (bug) 11/06/2025 10
#64157 Introduce constant or filter to prevent wp-cron.php triggering cron jobs. has-patch normal normal Future Release enhancement 10/31/2025 7
#64404 Uncaught DivisionByZeroError: Modulo by zero westonruter* has-patch normal normal 7.0 defect (bug) 12/19/2025 4

Customize (50 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#21627 Filter for custom-background CSS selector peterwilsoncc needs-unit-tests low minor Future Release enhancement 05/22/2021 28
#21666 Customizer Revisions (previously reset/undo/revert) melchoyce normal normal Future Release feature request 05/24/2021 49
#22037 Customizer: Live preview fetches page but does not display (show error message) normal normal Future Release defect (bug) 05/22/2021 31
#22880 Customize Themes without activation normal normal Future Release enhancement 05/22/2021 13
#24844 get_theme_mods doesn't return the theme customizer preview's new values. normal normal Future Release defect (bug) 02/14/2017 6
#25333 Can't remove theme support for certain custom header arguments has-patch normal normal Awaiting Review defect (bug) 02/14/2017 9
#29040 Customizer: Header Image not Updating when using static front page normal normal Future Release defect (bug) 11/29/2019 11
#29071 Make it easier to include an instance of the Customizer outside of customize.php normal normal Future Release enhancement 05/22/2021 24
#29316 Need more value and preview hooks for WP_Customize_Settings low normal Future Release enhancement 03/20/2018 14
#29948 Use contextual controls (active_callback) API for conditionally-displayed core contextual controls lowest normal Future Release enhancement 02/20/2017 9
#30969 adding theme support for 'custom-header' or 'custom-background' results to duplicate admin menu items dev-feedback normal normal Awaiting Review defect (bug) 05/22/2021 5
#31970 Live Preview header image crop is not correct size normal normal Awaiting Review defect (bug) 03/21/2017 5
#31980 Customizer Theme Switcher Details Modal: previous/next/close buttons require double taps on IOS reporter-feedback normal normal Future Release defect (bug) 05/22/2021 8
#32577 Customizer QUnit tests not cleaning up dlh has-patch normal normal Future Release defect (bug) 07/19/2022 9
#32667 Customizer: autofocus should load as soon as the panel/section/control is active normal normal Future Release defect (bug) 11/29/2020 8
#32861 Site Icon: Provide display for all existing site-icon cropped images normal normal Future Release enhancement 06/04/2019 10
#33085 Customizer: controls description inside labels are not real labels nor descriptions high normal 7.0 defect (bug) 11/25/2025 52
#33107 Add a Menu button: when clicked the icon does not rotate around center point dev-feedback low normal Future Release enhancement 05/22/2021 8
#33139 Customizer on mobile: 'Save & Publish' button may overflow when translated. dev-feedback normal normal Awaiting Review defect (bug) 05/23/2021 4
#33267 Customizer Theme details: too many events has-patch normal normal Future Release defect (bug) 05/23/2021 5
#33469 Customizer Menus: Restore active menu to a location after selecting and unsetting another menu dev-feedback normal normal Awaiting Review enhancement 05/23/2021 5
#33589 Using the customizer on wp-login.php (and similar) normal normal Future Release defect (bug) 03/21/2024 22
#34233 There is not a body class filter within the customizer. normal normal Future Release enhancement 12/11/2019 6
#35559 Image wrapped in anchor disappear in Customizer (Safari) reporter-feedback normal normal Awaiting Review defect (bug) 05/23/2021 22
#36191 Support responsive images in WP_Customize_Media_Control joemcgill normal normal Future Release defect (bug) 05/23/2021 26
#36442 Customizer: when setting header image and site logo, also create a 2x image if possible normal normal Future Release defect (bug) 01/24/2017 2
#36447 Responsive preview icons in Customizer need tooltips joedolson* dev-feedback normal normal Future Release enhancement 09/02/2025 19
#36581 Customizer Header Image Control should extend the cropped image control normal normal Future Release enhancement 05/29/2019 7
#36911 Customizer and Theme Installer spinners should have different z-index dev-feedback normal normal Future Release defect (bug) 06/27/2025 7
#37417 Customize Nav Menus: more visible way to navigate the preview to a menu item object has-patch normal normal Future Release enhancement 05/17/2022 19
#37586 Menu customizer: search results not properly filtered has-patch normal normal Future Release defect (bug) 07/02/2025 9
#37653 customizer sections with 'active_callback' set to 'is_front_page' don't show when "Front page displays" "a static page" and no page is selected needs-unit-tests normal normal defect (bug) 06/04/2019 13
#37882 Typo in the tests/qunit/wp-admin/js/customize-header.js dev-feedback normal normal Future Release defect (bug) 04/18/2019 3
#37887 Make attachments atomic until a Customizer session is published normal normal Future Release enhancement 10/16/2017 16
#37915 Customize: allow terms to be created in nav menus boonebgorges dev-feedback normal normal Future Release enhancement 05/23/2021 14
#37916 Customize: ability to disable content creation in menus normal normal Future Release enhancement 06/04/2019 9
#38093 WP_Customize_Color_Control - Color Transparency dev-feedback normal normal enhancement 03/27/2025 12
#38549 Additional CSS lost when changing themes dev-feedback normal normal Future Release enhancement 05/23/2021 13
#38624 Allow starter content to apply after a site has already been set up and is no longer “fresh” normal normal Future Release enhancement 11/23/2020 24
#38707 Customizer: Additional CSS highlight, revisions, selection, per-page, pop-out normal normal Future Release enhancement 06/01/2021 42
#38947 Proposition to add an optimized api.Events manager to the api.Value constructor has-patch normal normal Future Release enhancement 12/05/2019 8
#38954 Customizer: Increase preview refreshBuffer (perhaps with decay) when making rapid changes such as via text inputs normal normal Future Release defect (bug) 05/31/2021 9
#38956 Customize Menus: menus assigned to locations with limited depths should not allow deeper depths normal normal Future Release enhancement 04/03/2019 2
#38957 Customize Menus: Menu locations should be able to opt-out of menu item types that can be added to associated menus normal normal Future Release enhancement 01/21/2017 1
#38967 Customizer display Menus, although the theme not support menus normal normal Future Release defect (bug) 05/24/2021 6
#39040 Hide references to nav menu locations that are not visible in the customizer preview normal normal Future Release enhancement 03/19/2019 3
#39128 Customize: Preview fails to load when domain mapping in use (home/siteurl domain mismatch) normal normal Future Release defect (bug) 10/20/2017 73
#39362 Checkbox control for 'Automatically add new top-level pages to this menu' not wrapped in checkbox customize control dev-feedback normal normal Awaiting Review enhancement 05/24/2021 3
#39461 default-preset option for custom background cannot be set by default has-patch normal normal Future Release defect (bug) 05/24/2021 23
#39475 Customize doesn't consider the hash in the URL after change normal normal Future Release defect (bug) 05/24/2021 2
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracReports for help on using and creating reports.