Make WordPress Core

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

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

Comments (39 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#22261 Recent comments widget makes additional queries when pagination is enabled normal normal defect (bug) 06/04/2019 1
#22198 Realigning the Discussions Settings page chriscct7 has-patch normal normal enhancement 06/04/2019 9
#22164 Move comment "keyboard shortcuts" setting to comments -> screen options dev-feedback normal normal enhancement 06/04/2019 8
#21758 Do not require a file in comments_template() normal normal enhancement 06/04/2019 4
#20597 Allow WP_Comment_Query::query to filter by category needs-unit-tests normal normal enhancement 06/04/2019 2
#20487 Comment search isn't customizable has-patch normal normal enhancement 06/04/2019 22
#20302 Allow comment_form() to add attributes to <form> tag has-patch normal normal enhancement 06/04/2019 10
#17763 comments_popup_link() need a get_* version normal normal enhancement 06/04/2019 18
#17020 Some comment queries are not filterable needs-unit-tests normal normal enhancement 06/04/2019 2
#16365 Comment transition for new comments needs-docs normal minor enhancement 06/04/2019 24
#13473 comment_status should be set to default_comment_status when commentstatusdiv is removed westi normal normal defect (bug) 06/04/2019 12
#12363 Comment permalink wrong when only listing one comment type wonderboymusic dev-feedback normal normal defect (bug) 06/04/2019 4
#11248 Paged wp_list_comments() should always output something boonebgorges has-patch normal normal defect (bug) 06/04/2019 11
#9117 Spam queue doesn't distinguish between filter sources normal normal enhancement 06/04/2019 11
#47447 Allow client-side storing of comment meta normal normal Awaiting Review enhancement 05/31/2019
#6342 Rapidly spamming/deleting comments can break "infinite river" feature on comment moderation pages low minor Future Release defect (bug) 03/15/2019 6
#6286 Proposed changes to "E-mail me whenever" Discussion Options normal normal Future Release enhancement 03/15/2019 33
#43298 Add filter to hide comment types from showing up in the default query schlessera dev-feedback normal normal Awaiting Review enhancement 01/16/2019 1
#45498 Wrong order of arguments in call_user_func() for Walker_Comment::start_el() SergeyBiryukov needs-unit-tests normal normal Future Release defect (bug) 01/16/2019 1
#45585 comments ordering by date, orders them only for the current page. normal normal Awaiting Review defect (bug) 12/12/2018 2
#41581 Cleared Comments stuck in moderation normal normal Awaiting Review defect (bug) 08/31/2018 3
#42459 Comments metabox doesn't load all the comments when clicking "Show more comments" link normal normal Awaiting Review defect (bug) 07/31/2018 2
#44485 Allow some functions from comments-template.php to accept a comment or post ID has-patch normal normal Awaiting Review enhancement 07/01/2018
#40031 Consider Adding Web Annotations to WordPress normal normal Awaiting Review feature request 02/19/2018 24
#39958 Comment reply/cancel links work badly when comment form is above the comment list dev-feedback normal normal Awaiting Review defect (bug) 01/15/2018 5
#23634 New hook for adding content after each comment chriscct7 has-patch normal normal Future Release enhancement 10/23/2017 8
#40293 Comment template - warning has-patch normal normal Awaiting Review defect (bug) 10/11/2017 5
#41826 WP_Comment_Query can generate negative offset in LIMIT clause has-patch normal normal Awaiting Review defect (bug) 09/08/2017 2
#41760 wp_list_comments callback params dev-feedback normal normal Awaiting Review enhancement 08/31/2017 1
#39028 Comments on private posts or specific edge cases can get a confusting white screen error. normal normal Awaiting Review enhancement 08/03/2017 1
#13792 Invalid reply link from comment admin when comment nested level > max needs-unit-tests normal normal Future Release defect (bug) 07/31/2017 11
#41339 WP_Comments_Query::__construct() should allow a 'status__not_in' parameter needs-unit-tests normal normal Future Release enhancement 07/30/2017 4
#39084 Introduce singular capabilities for managing individual comments needs-unit-tests normal normal Future Release enhancement 07/14/2017 1
#41110 Display full content of "Pending" comment on WP Dashboard has-patch normal normal Awaiting Review enhancement 06/21/2017 1
#36058 PHP notices and invalid "View Post" link on edit-comments.php when post type does not exist normal normal Future Release defect (bug) 05/06/2017 7
#17771 URL-encoded comment_author_url gets broken by MySQL varchar 200 length limit SergeyBiryukov dev-feedback normal normal Future Release defect (bug) 03/18/2017 16
#40164 Apace HTTP 414 error on deleting comments in bulk has-patch normal normal Awaiting Review defect (bug) 03/15/2017 1
#40073 WP_Comment_Query should support a comment type of "comment" normal normal Future Release enhancement 03/13/2017 2
#36564 Last Modified for Comments needs-unit-tests normal trivial Future Release enhancement 02/12/2017 7

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

Customize (36 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#64621 Custom fields disapearing normal normal Awaiting Review defect (bug) 02/10/2026
#33085 Customizer: controls description inside labels are not real labels nor descriptions normal normal 7.0 defect (bug) 02/08/2026 53
#21627 Filter for custom-background CSS selector peterwilsoncc needs-unit-tests low minor Future Release enhancement 02/05/2026 29
#39362 Checkbox control for 'Automatically add new top-level pages to this menu' not wrapped in checkbox customize control close normal normal Awaiting Review enhancement 02/05/2026 4
#42140 Incorrect use of plural in class-wp-customize-themes-section.php SergeyBiryukov dev-feedback normal normal Future Release defect (bug) 02/03/2026 27
#48902 Customizer code editor CSS breaks on activate() (Or breaks when loaded later) reporter-feedback normal normal Awaiting Review defect (bug) 01/31/2026 6
#46596 WP_Customize_Date_Time_Control class - date format ignores day of the month suffix (S) reporter-feedback normal normal Awaiting Review defect (bug) 01/25/2026 2
#62681 The theme count in Customizer > Change > WordPress.org Themes displays incorrect results has-patch normal normal Awaiting Review defect (bug) 01/20/2026 8
#46128 Custom header "Hide image" button not displayed when randomizing images via theme setup has-patch normal normal Awaiting Review defect (bug) 01/19/2026 2
#57170 Fix invalid menu-item-parent reporter-feedback normal normal Future Release defect (bug) 01/16/2026 17
#40831 Customize: Further improve JS inline documentation westonruter has-patch normal normal 7.0 defect (bug) 01/16/2026 1
#54184 HTML entities get decoded in Customizer text fields normal normal Awaiting Review defect (bug) 01/12/2026 5
#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) 12/11/2025 4
#63438 Admin: Standardize accordions UI on Menus screen and in Customizer has-patch normal minor Awaiting Review defect (bug) 12/01/2025 4
#49876 Identify items used in current menu in menu selection panels. joedolson* has-patch normal normal Future Release enhancement 10/14/2025 31
#36447 Responsive preview icons in Customizer need tooltips joedolson* dev-feedback normal normal Future Release enhancement 09/02/2025 19
#50290 Edit Post and Edit Page is not showing in Admin Bar, When I open any Post or Page in new tab while in Customize dev-feedback normal normal Awaiting Review enhancement 07/16/2025 3
#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
#37586 Menu customizer: search results not properly filtered has-patch normal normal Future Release defect (bug) 07/02/2025 9
#44820 CodeMirror in Customize - copy & paste bug has-patch normal minor Future Release defect (bug) 06/27/2025 7
#47564 Protect against recursive customizer navigation menu data has-patch normal normal Future Release defect (bug) 06/27/2025 6
#36911 Customizer and Theme Installer spinners should have different z-index dev-feedback normal normal Future Release defect (bug) 06/27/2025 7
#44968 Header Text color option doing two jobs, so both suffer close normal normal Awaiting Review defect (bug) 06/24/2025 6
#49009 Customizer header overlaps top of preview at small screen sizes dev-feedback normal normal Future Release defect (bug) 05/20/2025 6
#61669 CSS error using grid in Customizer normal normal Awaiting Review defect (bug) 05/12/2025 3
#57899 Bad javascript in customize-controls.js for padding-top causes bugs reporter-feedback normal normal Awaiting Review defect (bug) 05/12/2025 3
#63234 Misalignment of post items in WordPress menu customization panel has-patch normal normal Awaiting Review defect (bug) 04/04/2025 2
#38093 WP_Customize_Color_Control - Color Transparency dev-feedback normal normal enhancement 03/27/2025 12
#63181 Customize Colors and Style Guide Mismatch normal normal Awaiting Review defect (bug) 03/27/2025 1
#39665 Customize: nav menu fallbacks don't get edit shortcuts reporter-feedback normal normal Future Release defect (bug) 03/14/2025 17
#63042 Customizer accordion sections do not respond to click normal normal Awaiting Review defect (bug) 03/11/2025 2
#46301 Customizer iframe warning reporter-feedback normal minor Awaiting Review defect (bug) 01/30/2025 1
#61756 Customizing Panel Size has-patch normal normal Awaiting Review enhancement 12/11/2024 1
#42329 Customizer: interacting with text fields in a "wide" widget shifts child panel position in Safari. has-patch normal normal Future Release defect (bug) 06/22/2024 6
#33589 Using the customizer on wp-login.php (and similar) normal normal Future Release defect (bug) 03/21/2024 22
#54443 Database Error Breaks "custom_css_post_id" Theme Mod normal normal Future Release defect (bug) 05/18/2023 7
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.