Make WordPress Core

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

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

Comments (36 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#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
#55470 Allow for finer-grained callbacks for wp_list_comment normal normal Awaiting Review enhancement 03/27/2022 1
#57106 Allowing comment form error pages has-patch normal normal Awaiting Review enhancement 11/14/2022 1
#48088 Anonymous Avatar should be served locally low normal Future Release enhancement 11/01/2019 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
#45998 Comments trashed after reply reporter-feedback normal normal Awaiting Review enhancement 01/16/2019 1
#41110 Display full content of "Pending" comment on WP Dashboard has-patch normal normal Awaiting Review enhancement 06/21/2017 1
#39084 Introduce singular capabilities for managing individual comments needs-unit-tests normal normal Future Release enhancement 07/14/2017 1
#62770 Move comment cookie handling to user/JavaScript space normal normal Future Release enhancement 04/23/2025 1
#55922 Update wp_list_comments type parameter to allow array or string has-patch normal normal Awaiting Review enhancement 07/17/2024 1
#58156 finetune wp_update_comment_count has-patch normal normal Awaiting Review enhancement 07/08/2023 1
#41760 wp_list_comments callback params dev-feedback normal normal Awaiting Review enhancement 08/31/2017 1
#37537 Hooks To Improve UI & UX when making a plugin that modifies the Edit-Comment Screen normal normal feature request 06/04/2019 1
#52514 Admin dasboard load verry slow at some active plugins - WP Advanced Comment has-patch normal major Awaiting Review defect (bug) 02/12/2021
#57513 All the comments not showing properly in edit posts has-patch normal normal Awaiting Review defect (bug) 01/20/2023
#53674 Approved comment isn't displaying when its parent comment is spam normal normal Awaiting Review defect (bug) 07/15/2021
#48519 Comment reply form in admin incompatible with most custom fields plugins normal normal Awaiting Review defect (bug) 11/06/2019
#49669 Duplicate comments from the same user could be inserted to the database normal minor Awaiting Review defect (bug) 03/20/2020
#52682 Total comment count is wrong with two meta queries on the same key normal normal Awaiting Review defect (bug) 03/01/2021
#58450 WP_Comment_Query status argument documentation misses any normal normal Awaiting Review defect (bug) 07/04/2024
#51492 Wrong order of comments when using numbered pagination dev-feedback normal normal Awaiting Review defect (bug) 10/10/2020
#63332 wp_editor_settings filter hook not working as expected in WordPress Admin normal normal Awaiting Review defect (bug) 04/22/2025
#63157 wp_list_comments behaves differently when passed string or array normal normal Awaiting Review defect (bug) 04/24/2025
#39505 Add an option to add custom classes to comment_reply_link() has-patch normal normal Awaiting Review enhancement 01/06/2017
#47447 Allow client-side storing of comment meta normal normal Awaiting Review enhancement 05/31/2019
#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
#34389 Comment pagination settings should discourage infinite comments-per-page normal normal enhancement 06/04/2019
#50361 Highlight if link targets in comments don't refer to the link text dev-feedback normal normal Awaiting Review enhancement 06/10/2020
#60238 Remove comments completely option normal normal Awaiting Review enhancement 01/12/2024
#35432 `wp_list_comments()` should perform a more modest fallback comment query normal normal enhancement 06/04/2019
#54234 comment_type of reply should be same as parent normal normal Awaiting Review enhancement 10/18/2021
#53215 get_comments_number should also need comment_type normal normal Awaiting Review enhancement 05/16/2021
#57732 Add a filter for comment template block normal normal Awaiting Review feature request 02/16/2023
#53038 Comment Moderation by Specific Post or Page normal normal Awaiting Review feature request 04/15/2021
#44226 Link to Privacy Policy in comment consent normal normal Awaiting Review feature request 10/29/2021
#53040 Prune IP and Email Addresses from Comments After X Days normal normal Awaiting Review feature request 04/17/2021

Cron API (22 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#57271 Cron unschedule / reschedule event errors audrasjb has-patch normal normal Awaiting Review defect (bug) 03/10/2025 93
#49693 Drop duplicate recurring cron events whyisjake* has-patch normal normal Future Release enhancement 01/31/2021 32
#57924 Cron fires twice j3gaming dev-feedback normal critical Awaiting Review defect (bug) 03/05/2024 22
#35491 Add a function to check whether a hook is scheduled has-patch normal normal Future Release enhancement 06/04/2019 13
#34913 Unscheduling cron jobs fails when original arguments were not an array. dev-feedback normal normal Awaiting Review defect (bug) 09/02/2021 12
#32306 wp-cron throws 500 errors for SSL enabled sites reporter-feedback normal critical Awaiting Review defect (bug) 11/14/2017 11
#39340 Scheduled Posts are being missed (problem with wp-cron.php?) normal normal Awaiting Review defect (bug) 04/03/2020 10
#51716 WP Cron - looses entries has-patch normal normal Awaiting Review defect (bug) 02/15/2025 8
#11800 doubled execution of cron jobs westi dev-feedback normal normal Future Release defect (bug) 04/04/2021 7
#29581 Scheduled Posts do not work in WordPress 4.0 normal normal Awaiting Review defect (bug) 06/04/2019 6
#47590 Add unit tests for requests to wp-cron.php has-patch normal normal Future Release defect (bug) 02/14/2025 4
#47127 Parameter Error in class-wp-hook files normal major Awaiting Review defect (bug) 05/09/2019 4
#56490 wp-cron.php using count() on null normal normal Awaiting Review defect (bug) 09/04/2022 4
#28635 Add status codes and hooks to wp-cron.php chriscct7 has-patch normal normal Future Release feature request 07/14/2023 4
#53927 Add test for _get_cron_array() has-patch normal normal Awaiting Review defect (bug) 08/17/2021 2
#57589 transition_post_status hook does not fire when cron publishes scheduled post. reporter-feedback normal normal Awaiting Review defect (bug) 01/31/2023 2
#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
#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
#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
#55556 WP cron daily issue normal normal Awaiting Review defect (bug) 04/11/2022
#60657 wp_schedule_event problem normal normal Awaiting Review defect (bug) 02/29/2024

Customize (42 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#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
#40432 Customizer: Should we stop contextually hiding features? normal normal Awaiting Review enhancement 09/12/2018 59
#33085 Customizer: controls description inside labels are not real labels nor descriptions high normal Future Release defect (bug) 04/09/2025 49
#21666 Customizer Revisions (previously reset/undo/revert) melchoyce normal normal Future Release feature request 05/24/2021 49
#38707 Customizer: Additional CSS highlight, revisions, selection, per-page, pop-out normal normal Future Release enhancement 06/01/2021 42
#37516 Site title and tagline: allow ability to hide each independently has-patch normal normal Future Release defect (bug) 01/25/2019 35
#22037 Customizer: Live preview fetches page but does not display (show error message) normal normal Future Release defect (bug) 05/22/2021 31
#39254 When in Customizer Preview, starter content posts are not displayed in the loop westonruter* needs-unit-tests normal normal Future Release defect (bug) 05/27/2020 30
#40922 Use finer-grained capabilities with `customize_changeset` post type needs-unit-tests normal normal Future Release enhancement 05/16/2020 30
#21627 Filter for custom-background CSS selector peterwilsoncc needs-unit-tests low minor Future Release enhancement 05/22/2021 28
#47692 Optgroup in Customizer Select Control has-patch normal normal Future Release enhancement 07/27/2020 27
#36191 Support responsive images in WP_Customize_Media_Control joemcgill normal normal Future Release defect (bug) 05/23/2021 26
#50781 500 error caused by customize_changeset_uuid for non-authenticated users needs-unit-tests normal normal Future Release defect (bug) 02/25/2023 25
#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
#29071 Make it easier to include an instance of the Customizer outside of customize.php normal normal Future Release enhancement 05/22/2021 24
#39461 default-preset option for custom background cannot be set by default has-patch normal normal Future Release defect (bug) 05/24/2021 23
#39752 Customize: add a post editing flow normal normal Future Release feature request 10/11/2020 23
#40199 Customize: collapse suggested and previously uploaded header images with accordions close normal normal Future Release defect (bug) 12/02/2019 22
#35559 Image wrapped in anchor disappear in Customizer (Safari) reporter-feedback normal normal Awaiting Review defect (bug) 05/23/2021 22
#42140 Incorrect use of plural in class-wp-customize-themes-section.php SergeyBiryukov dev-feedback normal normal Future Release defect (bug) 06/08/2021 22
#33589 Using the customizer on wp-login.php (and similar) normal normal Future Release defect (bug) 03/21/2024 22
#40278 Customizer: Introduce theme uploading normal normal Future Release task (blessed) 11/22/2020 22
#35827 Customizer: Create a dropzone for adding images high normal Future Release enhancement 09/26/2017 20
#53529 Block based widget admin screen causes a NS_ERROR_FAILURE error in Firefox normal major Future Release defect (bug) 06/07/2022 19
#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
#30277 Split up Customizer JS into separate files and remove self-booting jQuery.ready call normal normal Future Release enhancement 06/13/2018 18
#39665 Customize: nav menu fallbacks don't get edit shortcuts reporter-feedback normal normal Future Release defect (bug) 03/14/2025 17
#36447 Responsive preview icons in Customizer need tooltips joedolson* dev-feedback normal normal 6.9 enhancement 03/26/2025 17
#35857 Add QUnit tests for Customizer preview, including Selective Refresh needs-unit-tests normal normal Future Release task (blessed) 03/17/2023 17
#31436 Handle conflicts in concurrent Customizer sessions normal normal Future Release enhancement 05/22/2021 16
#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
#49876 Identify items used in current menu in menu selection panels. joedolson* normal normal 6.9 enhancement 04/29/2025 14
#29316 Need more value and preview hooks for WP_Customize_Settings low normal Future Release enhancement 03/20/2018 14
#44976 Proposal to add deregister_control_type(), deregister_panel_type() and deregister_section_type() methods to WP_Customize_Manager dev-feedback normal normal Awaiting Review enhancement 06/01/2019 14
#38900 Customize: Add REST API endpoints for changesets normal normal Future Release feature request 11/06/2020 14
#58183 PHP notice when accessing Customizer with a classic theme without widgets has-patch normal normal Future Release defect (bug) 05/12/2025 13
#63151 [E_WARNING] class-wp-customize-widgets.php:923 audrasjb dev-feedback normal normal 6.9 defect (bug) 05/12/2025 13
#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
#38549 Additional CSS lost when changing themes dev-feedback normal normal Future Release enhancement 05/23/2021 13
#22880 Customize Themes without activation normal normal Future Release enhancement 05/22/2021 13
#34747 Provide more flexibility for "You are customizing" text ryankienstra close normal normal Awaiting Review enhancement 05/23/2021 13
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.