Make WordPress Core

{1} All Tickets (8012 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 8012)

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

Comments (32 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#32366 wp_count_comments() is hardcoded into /wp-admin/menu.php and queries all comments every single page load within the admin area, regardless of if edt_posts is removed from top menu or not close normal normal Future Release defect (bug) 04/04/2024 17
#20977 Add Dynamic Comment Statuses dev-feedback normal normal Future Release enhancement 07/30/2025 10
#48536 Allow cmd/ctrl-enter to submit comment forms in wp-admin davidbaumwald* dev-feedback normal normal Future Release enhancement 02/10/2020 6
#38925 Allow override of depth limits on comment reply link dev-feedback normal normal Future Release enhancement 05/26/2020 5
#48088 Anonymous Avatar should be served locally has-patch low normal Future Release enhancement 07/30/2025 2
#30979 Check for context menu before closing commentReply SergeyBiryukov* has-patch normal normal Future Release enhancement 08/27/2021 6
#22579 Confusion of WP admin Discussion settings normal normal Future Release enhancement 11/05/2019 15
#63931 Deleting a parent comment causes the child to move up a level dev-feedback normal normal Future Release enhancement 09/16/2025 22
#13363 Edit Comments: Pending > Approving shouldn't make them disappear from screen wonderboymusic has-patch normal normal Future Release enhancement 11/16/2023 4
#19739 Filters to allow comments on draft & trash post_status posts needs-unit-tests normal normal Future Release enhancement 03/02/2023 16
#33627 In-Context Comment Moderation normal normal Future Release enhancement 01/27/2021 22
#39084 Introduce singular capabilities for managing individual comments needs-unit-tests normal normal Future Release enhancement 07/14/2017 1
#36564 Last Modified for Comments needs-unit-tests normal trivial Future Release enhancement 02/12/2017 7
#41731 Make it Easier to Locate Restored Comments SergeyBiryukov normal normal Future Release enhancement 06/21/2019 2
#62770 Move comment cookie handling to user/JavaScript space normal normal Future Release enhancement 04/23/2025 1
#23634 New hook for adding content after each comment chriscct7 has-patch normal normal Future Release enhancement 10/23/2017 8
#56261 Normalize comment function parameters with mixed case names SergeyBiryukov* normal normal Future Release enhancement 02/08/2023 8
#6286 Proposed changes to "E-mail me whenever" Discussion Options normal normal Future Release enhancement 03/15/2019 33
#22889 Reconsider no-JS ?replytocom= links SergeyBiryukov* dev-feedback normal normal Future Release enhancement 03/03/2023 30
#33735 Reduce Duplication and Improve Comment Notification Email Functions SergeyBiryukov needs-unit-tests low normal Future Release enhancement 01/27/2021 31
#52480 Refine the display of the comment approval notification opt-in confirmation message dev-feedback normal normal Future Release enhancement 07/02/2024 9
#33717 Send Notification Email When a Comment is Approved From Moderation has-patch normal normal Future Release enhancement 09/22/2025 78
#17913 Site-level comment options may override individual post settings. Improve help/docs. has-patch normal normal Future Release enhancement 11/18/2019 10
#10653 Update comment_author when display_name changes SergeyBiryukov dev-feedback normal normal Future Release enhancement 06/30/2025 16
#40073 WP_Comment_Query should support a comment type of "comment" normal normal Future Release enhancement 03/13/2017 2
#41339 WP_Comments_Query::__construct() should allow a 'status__not_in' parameter needs-unit-tests normal normal Future Release enhancement 07/30/2017 4
#10975 comment form nonce normal normal Future Release enhancement 02/27/2020 18
#47306 comment reply event listener: need ability to run custom js function normal normal Future Release enhancement 06/20/2019 7
#36424 graphically visualize if comments are closed (in wp-admin/edit.php) close normal normal Future Release enhancement 07/30/2025 42
#35650 title_reply_to should work when javascript is enabled normal normal Future Release enhancement 06/21/2019 3
#16252 Allow comment reparenting to fix poor threading has-patch normal normal Future Release feature request 11/23/2023 25
#35214 Custom Comment Types normal normal Future Release task (blessed) 01/23/2025 42

Cron API (25 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#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
#53927 Add test for _get_cron_array() has-patch normal normal Awaiting Review defect (bug) 08/17/2021 2
#57924 Cron fires twice j3gaming dev-feedback normal critical Awaiting Review defect (bug) 03/05/2024 22
#57271 Cron unschedule / reschedule event errors audrasjb has-patch normal normal Awaiting Review defect (bug) 03/10/2025 93
#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
#47127 Parameter Error in class-wp-hook files normal major Awaiting Review defect (bug) 05/09/2019 4
#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
#29581 Scheduled Posts do not work in WordPress 4.0 normal normal Awaiting Review defect (bug) 06/04/2019 6
#51716 WP Cron - looses entries has-patch normal normal Awaiting Review defect (bug) 02/15/2025 8
#55556 WP cron daily issue normal normal Awaiting Review defect (bug) 04/11/2022
#57589 transition_post_status hook does not fire when cron publishes scheduled post. close normal normal Awaiting Review defect (bug) 10/07/2025 3
#56490 wp-cron.php using count() on null normal normal Awaiting Review defect (bug) 09/04/2022 4
#60657 wp_schedule_event problem normal normal Awaiting Review defect (bug) 02/29/2024
#63938 A feature to bulk schedule events reporter-feedback normal normal Awaiting Review enhancement 09/06/2025 3
#58470 Add configurable batching to `wp_scheduled_delete` for controlling cleanup operations normal normal Awaiting Review enhancement 06/07/2023 2
#62314 Infinite callback loop when 'priority' is not numeric in php 8.x has-patch normal minor Awaiting Review enhancement 10/28/2024 2
#47590 Add unit tests for requests to wp-cron.php has-patch normal normal Future Release defect (bug) 02/14/2025 4
#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
#11800 doubled execution of cron jobs westi dev-feedback normal normal Future Release defect (bug) 04/04/2021 7
#35491 Add a function to check whether a hook is scheduled has-patch normal normal Future Release enhancement 06/04/2019 13
#49693 Drop duplicate recurring cron events whyisjake* has-patch normal normal Future Release enhancement 01/31/2021 32
#64157 Introduce constant or filter to prevent wp-cron.php triggering cron jobs. has-patch normal normal Future Release enhancement 10/31/2025 7
#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
#28635 Add status codes and hooks to wp-cron.php chriscct7 has-patch normal normal Future Release feature request 07/14/2023 4

Customize (43 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#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
#38093 WP_Customize_Color_Control - Color Transparency dev-feedback normal normal enhancement 03/27/2025 12
#64013 Color contrast below WCAG standards for newly-added items in customizer menus has-patch normal normal 7.0 defect (bug) 11/23/2025 4
#64231 Customizer fails to save when switching themes due to an orphaned setting left over from a previously active plugin westonruter has-patch normal normal 7.0 defect (bug) 11/24/2025 2
#33085 Customizer: controls description inside labels are not real labels nor descriptions high normal 7.0 defect (bug) 11/25/2025 52
#63438 Admin: Standardize accordions UI on Menus screen and in Customizer has-patch normal minor Awaiting Review defect (bug) 12/01/2025 4
#54252 Appearance - Customize : Only widgets is displayed in the customizer options using Safari 15.x reporter-feedback normal normal Awaiting Review defect (bug) 07/11/2025 2
#57521 Appearance -» Customize not working after update 5.8 reporter-feedback normal normal Awaiting Review defect (bug) 02/22/2023 5
#57899 Bad javascript in customize-controls.js for padding-top causes bugs reporter-feedback normal normal Awaiting Review defect (bug) 05/12/2025 3
#61669 CSS error using grid in Customizer normal normal Awaiting Review defect (bug) 05/12/2025 3
#53925 CTRL + S does not “publish” customizer changes normal normal Awaiting Review defect (bug) 08/13/2021 1
#25333 Can't remove theme support for certain custom header arguments has-patch normal normal Awaiting Review defect (bug) 02/14/2017 9
#46128 Custom header "Hide image" button not displayed when randomizing images via theme setup has-patch normal normal Awaiting Review defect (bug) 12/11/2019 1
#63181 Customize Colors and Style Guide Mismatch normal normal Awaiting Review defect (bug) 03/27/2025 1
#55587 Customize preview removes URL query parameters of the same name and keeps only the last one normal major Awaiting Review defect (bug) 04/18/2022
#63042 Customizer accordion sections do not respond to click normal normal Awaiting Review defect (bug) 03/11/2025 2
#48902 Customizer code editor CSS breaks on activate() (Or breaks when loaded later) has-patch normal normal Awaiting Review defect (bug) 12/11/2019 5
#46301 Customizer iframe warning reporter-feedback normal minor Awaiting Review defect (bug) 01/30/2025 1
#33139 Customizer on mobile: 'Save & Publish' button may overflow when translated. dev-feedback normal normal Awaiting Review defect (bug) 05/23/2021 4
#40183 Customizer strange slide out normal normal Awaiting Review defect (bug) 05/29/2021 3
#54063 Customizer: First autosave after publish moves you out of the "Block Settings" area normal normal Awaiting Review defect (bug) 01/03/2022 4
#46969 During customize theme - preview body/icons get cuts on left side dev-feedback normal normal Awaiting Review defect (bug) 05/30/2021 2
#52208 Favicon - Error when choosing / cropping an image reporter-feedback normal normal Awaiting Review defect (bug) 05/05/2022 2
#54184 HTML entities get decoded in Customizer text fields normal normal Awaiting Review defect (bug) 09/26/2021
#44968 Header Text color option doing two jobs, so both suffer close normal normal Awaiting Review defect (bug) 06/24/2025 6
#50060 Header Video: Use playVideo after mute instead of autoplay to prevent video blocking because of autoplay with sound enabled normal normal Awaiting Review defect (bug) 06/01/2021 1
#35559 Image wrapped in anchor disappear in Customizer (Safari) reporter-feedback normal normal Awaiting Review defect (bug) 05/23/2021 22
#46422 Improve the Customizer header "placeholder" normal normal Awaiting Review defect (bug) 03/23/2020 1
#31970 Live Preview header image crop is not correct size normal normal Awaiting Review defect (bug) 03/21/2017 5
#44598 Main logo won't update when deleted and reuploaded with the same file name has-patch normal normal Awaiting Review defect (bug) 11/16/2022 3
#63234 Misalignment of post items in WordPress menu customization panel has-patch normal normal Awaiting Review defect (bug) 04/04/2025 2
#51962 Race condition in wp_get_custom_css_post() would clear the custom CSS entry reporter-feedback normal normal Awaiting Review defect (bug) 12/08/2020 1
#54211 Small css bug when using customize-controls in customizer.php dev-feedback normal minor Awaiting Review defect (bug) 09/09/2022 9
#47550 Some Unicode characters not saving in customizer normal minor Awaiting Review defect (bug) 05/31/2021 2
#62681 The theme count in Customizer > Change > WordPress.org Themes displays incorrect results normal normal Awaiting Review defect (bug) 05/12/2025 7
#45669 Theme Default Suggested Header Image Not display reporter-feedback normal normal Awaiting Review defect (bug) 11/09/2019 2
#55146 WP5.9 Customizer partially white-screens in Safari browser normal normal Awaiting Review defect (bug) 02/11/2022 1
#46596 WP_Customize_Date_Time_Control class - date format ignores day of the month suffix (S) has-patch normal normal Awaiting Review defect (bug) 03/22/2019 1
#50730 _wpCustomizeSettings has invalid data for starter-content widgets dev-feedback normal normal Awaiting Review defect (bug) 11/05/2020 7
#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
#43122 customize.php fails to load with default changeset_uuid bpayton reporter-feedback normal normal Awaiting Review defect (bug) 05/30/2021 5
#41972 Add Import/Export functionality to the Customizer normal normal Awaiting Review enhancement 07/13/2018 2
#60149 Add user-friendly options for customizing the style of password-protected pages normal normal Awaiting Review enhancement 02/15/2024
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.