Make WordPress Core

{23} Popular Tickets (5335 matches)

Create a new ticket
  • Tickets that have one follower or more
  • Sort by votes, component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (4901 - 5000 of 5335)

Noteworthy (100 matches)

Ticket Summary Owner Component Priority Severity Votes Milestone Type Workflow Modified
#41895 wp_calculate_image_srcset filter: Improve the documentation for, or rename, this filter so it's clear it should work on an array. Media normal normal 2 Awaiting Review enhancement 09/16/2017
#34736 wp_calculate_image_srcset filter: provide the individual srcset image size joemcgill* Media normal normal 1 defect (bug) has-patch 06/04/2019
#29717 wp_check_invalid_utf8 - pcre tricks and failsafes, +mb_convert_encoding, iconv fix, performance pbearne Formatting normal normal 2 Awaiting Review enhancement dev-feedback 05/15/2024
#55635 wp_convert_hr_to_bytes() report correct byte sizes for php.ini "shorthand" values Upload normal normal 3 Awaiting Review defect (bug) dev-feedback 09/14/2022
#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 Comments normal normal 9 Future Release defect (bug) close 04/04/2024
#14767 wp_create_user() does not check for a valid email address Users normal normal 1 defect (bug) has-patch 06/05/2019
#42064 wp_crop_image() does not work when fopen() is disabled Build/Test Tools normal normal 4 Awaiting Review defect (bug) 08/11/2021
#47652 wp_dashboard_right_now() emits debug notices on unregistered core post types Posts, Post Types normal normal 2 Awaiting Review defect (bug) 07/05/2019
#36437 wp_delete_attachment causes warning Media normal normal 1 Awaiting Review defect (bug) has-patch 11/01/2024
#47868 wp_delete_attachment returning successfully, deleting all DB data, but NOT deleting files, and NOT returning false Media normal normal 2 Awaiting Review defect (bug) dev-feedback 08/20/2019
#45075 wp_delete_attachment() has unreliable return and wrong process order Media normal normal 1 Future Release defect (bug) 04/15/2019
#43672 wp_delete_post() function ignores `$force_delete` parameter for custom post types Posts, Post Types normal normal 3 Awaiting Review defect (bug) dev-feedback 07/05/2023
#51855 wp_dropdown_categories allows multiple classes General normal normal 1 Awaiting Review defect (bug) 11/27/2020
#43995 wp_dropdown_categories(array( 'pad_counts' => true ) ) doesn't correctly pad counts on post_types with custom stati Taxonomy normal normal 1 Awaiting Review defect (bug) 01/17/2019
#24972 wp_dropdown_roles() multiple pre-selected options Users normal normal 1 Awaiting Review enhancement has-patch 07/30/2018
#46451 wp_dropdown_users() does not pass all applicable arguments on to get_users() Users normal normal 1 Awaiting Review defect (bug) 03/09/2019
#54921 wp_dropdown_users_args Filter not working in WordPress 5.9 audrasjb Users normal major 1 Awaiting Review defect (bug) reporter-feedback 02/25/2022
#41106 wp_editor() doesn't support attributes besides id and class Editor normal normal 1 Awaiting Review defect (bug) 09/22/2020
#63332 wp_editor_settings filter hook not working as expected in WordPress Admin Comments normal normal 1 Awaiting Review defect (bug) 04/22/2025
#45913 wp_enqueue_media() - slow query Media normal normal 5 Awaiting Review defect (bug) 07/15/2024
#55030 wp_enqueue_script( 'jquery-ui-autocomplete' ) - is enqueueing a bunch of extra scripts I don't need Script Loader normal normal 1 Awaiting Review defect (bug) 02/18/2022
#58075 wp_enqueue_scripts action not firing at the right time with block themes Script Loader normal major 1 Awaiting Review defect (bug) 05/26/2023
#49413 wp_exif_date2ts should use Datetime and accept an optional offset pbearne* Date/Time low normal 3 Future Release defect (bug) has-patch 01/21/2025
#48204 wp_exif_date2ts throws notice on empty date Date/Time normal minor 2 Future Release defect (bug) has-patch 06/29/2023
#53187 wp_filter_content_tags added too early Media normal normal 2 Awaiting Review defect (bug) 07/26/2021
#54488 wp_filter_nohtml_kses does not remove HTML comments audrasjb Formatting normal normal 8 Future Release defect (bug) dev-feedback 10/12/2023
#59239 wp_generate_uuid4 collisions General normal normal 2 Awaiting Review defect (bug) 08/29/2023
#63091 wp_get_archives() with post_type parameter generates duplicate query parameters in URLs Taxonomy normal normal 1 Awaiting Review defect (bug) 03/13/2025
#44752 wp_get_archives() with the parameter limit = 0 generates an error SergeyBiryukov Posts, Post Types normal normal 1 Future Release defect (bug) has-patch 01/06/2019
#29370 wp_get_attachment_image() returning unexpected image size Media normal normal 2 defect (bug) 06/04/2019
#30180 wp_get_attachment_image_src does not return alt or meta antpb Media normal normal 9 Future Release enhancement 07/21/2023
#38906 wp_get_attachment_image_src() sometimes gives incorrect width and height values Media normal normal 1 Future Release defect (bug) dev-feedback 12/21/2022
#32117 wp_get_attachment_metadata sizes array file misses path if using year/month organizing Media normal normal 1 Awaiting Review defect (bug) 08/14/2017
#58611 wp_get_missing_image_subsizes can return incorrect subsizes for a rotated image antpb Media normal normal 1 Future Release defect (bug) 02/05/2024
#51421 wp_get_missing_image_subsizes returns thumbnail sizes for animated GIFs Media normal normal 3 Awaiting Review defect (bug) 10/01/2020
#57813 wp_get_missing_image_subsizes() can give error if image_meta exists, but not height/width Media normal normal 1 Awaiting Review defect (bug) has-patch 10/28/2024
#14876 wp_get_sidebars_widgets() assumes that widgets are enabled Widgets lowest minor 2 defect (bug) 06/05/2019
#49399 wp_get_users_with_no_role() does not handle user roles which contain numbers Users normal normal 1 Future Release defect (bug) has-patch 08/18/2021
#55872 wp_image_add_srcset_and_sizes trys to parse images from external pages, fails with error Media normal normal 3 Awaiting Review defect (bug) 02/16/2023
#18448 wp_insert_category() is Not Properly Abstracted chriscct7 Taxonomy normal normal 2 defect (bug) has-patch 06/04/2019
#23931 wp_insert_comment should require comment_post_ID Comments normal normal 5 defect (bug) close 02/21/2023
#63115 wp_insert_post missing do_action for pre_post_insert Posts, Post Types normal normal 2 6.9 enhancement has-patch 03/17/2025
#44595 wp_insert_post() inserts wrong GUID (adds http:// prefix) General normal normal 1 Awaiting Review defect (bug) dev-feedback 07/17/2018
#27683 wp_insert_post_empty_content filter issues with auto-drafts and/or fix auto-draft duplicates Posts, Post Types normal normal 1 defect (bug) dev-feedback 06/04/2019
#40206 wp_insert_term() $slug_provided check fails Taxonomy normal normal 2 Awaiting Review defect (bug) has-patch 05/22/2023
#57394 wp_insert_user allows the new user to have a username equal to an already registered email audrasjb Login and Registration normal normal 7 Future Release defect (bug) has-patch 02/08/2024
#22310 wp_insert_user bit ilogical with rich_editing Users normal normal 2 Awaiting Review enhancement 05/12/2018
#40497 wp_insert_user requires user_login when ID is given Users normal normal 2 Future Release defect (bug) has-patch 05/19/2017
#53109 wp_insert_user should return a WP_Error when passing a too long first_name parameter audrasjb Users normal normal 3 Awaiting Review defect (bug) has-patch 07/18/2024
#39370 wp_insert_user() appends suffix to nicename when updating already existing user Users normal normal 3 Future Release defect (bug) needs-unit-tests 03/12/2020
#60347 wp_kses breaking text fragments links Formatting normal normal 4 Awaiting Review defect (bug) 05/12/2025
#61246 wp_kses makes HTML comment HTML uncommented Formatting normal normal 1 Awaiting Review defect (bug) has-patch 09/03/2024
#58921 wp_kses_allowed_html doesn't allow to add esi:include Formatting normal normal 2 Awaiting Review defect (bug) has-patch 06/22/2024
#62024 wp_kses_post incorrectly escapes "<" attributes values Formatting normal normal 1 Awaiting Review defect (bug) 10/22/2024
#24705 wp_link_pages() does not showing active current element Posts, Post Types normal major 3 Awaiting Review enhancement dev-feedback 12/09/2018
#39787 wp_list_authors can be optimize Users normal normal 1 Awaiting Review enhancement dev-feedback 11/20/2024
#23498 wp_list_authors ignores 'exclude_admin' arg when admin account has a display_name other then 'admin' SergeyBiryukov Users normal normal 5 Future Release defect (bug) dev-feedback 12/15/2023
#41867 wp_list_categories throws SQL error if list is empty Taxonomy normal normal 1 Awaiting Review defect (bug) reporter-feedback 02/21/2019
#41760 wp_list_comments callback params Comments normal normal 1 Awaiting Review enhancement dev-feedback 08/31/2017
#43025 wp_list_filter should filter all iterable objects General normal normal 2 Awaiting Review defect (bug) 02/11/2018
#27326 wp_list_pages - exclude parameter changes behaviour depending on depth Posts, Post Types normal normal 1 defect (bug) has-patch 06/04/2019
#41714 wp_list_pages() - horrible performance due to eventual "SELECT *" Posts, Post Types normal normal 2 Awaiting Review defect (bug) dev-feedback 07/06/2023
#15667 wp_list_pages, if it finds no pages to display, shows random child pages instead because of a bug in get_pages() jackreichert Query normal minor 3 defect (bug) needs-unit-tests 06/04/2019
#57136 wp_list_pluck's key argument not working correctly when its zero General normal normal 1 Awaiting Review defect (bug) has-patch 02/23/2024
#28664 wp_load_alloptions() fails to set object cache when persistent alloptions cache is "0" Cache API normal normal 8 Awaiting Review defect (bug) has-patch 02/03/2025
#30049 wp_load_translations_early does not work without WPLANG defined swissspidy I18N normal normal 3 Future Release defect (bug) has-patch 09/17/2024
#57955 wp_localize_jquery_ui_datepicker parsing general settings date_format wrong Date/Time normal minor 1 Awaiting Review defect (bug) 03/20/2023
#46334 wp_localize_script did not output anything in wp_print_footer_scripts hook although document suggested that it should be working Script Loader normal major 1 Awaiting Review defect (bug) 02/24/2019
#57405 wp_localize_script() doesn't decode html entities in nested arrays I18N normal normal 2 Awaiting Review enhancement close 04/24/2024
#28473 wp_mail incorrectly parses multiline From header Mail normal normal 7 Awaiting Review defect (bug) has-patch 09/16/2020
#46333 wp_mail successfully working but not sending mails - WordPress 5.1 Mail normal major 1 Awaiting Review defect (bug) needs-unit-tests 06/04/2020
#49687 wp_mail() - Why is no envelope sender defined? Mail normal minor 6 Awaiting Review enhancement dev-feedback 09/29/2024
#46217 wp_mail() not sending messages on PHP7.3.x Mail normal major 4 Awaiting Review defect (bug) has-patch 11/21/2019
#23243 wp_mail() not working with "Name <email>" format in buggy PHP versions on Windows Mail normal minor 2 defect (bug) 06/04/2019
#18232 wp_nav_menu - Setting walker parameter affects fallback_cb Menus normal normal 6 defect (bug) has-patch 06/04/2019
#46042 wp_nav_menu always returns a container Menus normal normal 1 Awaiting Review defect (bug) 01/19/2019
#18842 wp_nav_menu confuses new developers when it falls through to page listing Menus normal normal 2 Awaiting Review defect (bug) 09/20/2017
#20289 wp_nav_menu container is not set when menu isn't defined Menus normal normal 1 defect (bug) dev-feedback 06/04/2019
#19415 wp_nav_menu showing private/conctepts posts without rights Menus normal major 2 defect (bug) has-patch 06/04/2019
#48289 wp_normalize_path() breaks path_is_absolute() in Windows. SergeyBiryukov Filesystem API normal normal 2 Future Release defect (bug) needs-unit-tests 04/08/2021
#22239 wp_ob_end_flush_all() tries to destroy non-destroyable output buffers Bootstrap/Load normal normal 6 Future Release defect (bug) has-patch 06/05/2024
#62124 wp_parse_url() - code update for performance and removal of now unnecessary code fix pbearne HTTP API normal trivial 3 Future Release enhancement has-patch 02/28/2025
#37185 wp_print_styles() doesn't call "wp_print_styles" action when "$handles" argument passed Script Loader normal normal 2 defect (bug) needs-unit-tests 06/04/2019
#44370 wp_privacy_delete_old_export_files runs too much on some setups Privacy normal normal 6 Awaiting Review enhancement 06/19/2019
#50447 wp_publish_post not checking for unique post slugs Posts, Post Types normal major 2 Future Release defect (bug) has-patch 10/17/2022
#36603 wp_publish_post() does not fire post_updated action Posts, Post Types normal normal 4 enhancement has-patch 06/04/2019
#58600 wp_query Enhancement Query normal normal 1 Awaiting Review feature request close 07/03/2023
#19512 wp_read_image_metadata includes bitmap in description Media normal normal 1 defect (bug) has-patch 06/04/2019
#49414 wp_read_image_metadata should look for timezone offset Date/Time normal normal 1 Awaiting Review defect (bug) 02/15/2020
#58240 wp_read_image_metadata() doesn't handle Exif array values joedolson* Media normal normal 1 Future Release defect (bug) has-patch 10/29/2024
#34466 wp_register_form, wp_lost_password_form function Login and Registration normal normal 2 Awaiting Review feature request dev-feedback 02/22/2017
#42839 wp_remote_post should support multipart uploads HTTP API normal normal 1 Awaiting Review feature request 01/22/2020
#53748 wp_render_layout_support_flag assumes centered layout Themes normal normal 2 Awaiting Review defect (bug) close 04/15/2024
#27276 wp_rewrite_rule does not update option when it's empty Rewrite Rules normal normal 1 defect (bug) 06/04/2019
#53262 wp_robots() (via wp_die) triggers a "doing_it_wrong_trigger_error", but should not. General normal minor 5 Awaiting Review defect (bug) dev-feedback 08/03/2022
#59827 wp_save_post_revision() assumes ALL post meta is text! Fatal error in PHP 8.2. adamsilverstein Revisions normal normal 6 Awaiting Review defect (bug) reporter-feedback 02/05/2024
#58255 wp_send_json_error should respect error state passed in WP_Error. Administration normal normal 5 Awaiting Review enhancement has-patch 06/19/2023
#54893 wp_set_script_translations() accepts and evaluates <script> tag included in JSON General normal normal 2 Awaiting Review defect (bug) 01/25/2022
#38474 wp_signups.activation_key stores activation keys in plain text SergeyBiryukov Security normal normal 9 Future Release enhancement dev-feedback 04/17/2025
#54138 wp_strip_all_tags should remove scripts/styles content recursively Formatting normal normal 1 Awaiting Review defect (bug) has-patch 09/16/2021
Note: See TracReports for help on using and creating reports.