Make WordPress Core

{1} All Tickets (8371 matches)

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

Results (7201 - 7300 of 8371)

Taxonomy (41 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#41882 Walker_CategoryDropdown does not wrap options inside HTML select element with wp_list_categories has-patch normal normal Awaiting Review defect (bug) 09/14/2017
#19590 Warnings when unregistering core taxonomies and post types normal normal defect (bug) 06/04/2019 18
#60878 We need to add trim validation on Add New Category name has-patch normal normal Awaiting Review defect (bug) 10/03/2024 4
#48068 Weird behavior when setting hierarchical to false on the built-in taxonomy category normal normal Awaiting Review defect (bug) 09/20/2019 2
#37009 When two different tags generate the same slug, the second tag is rejected boonebgorges normal normal defect (bug) 01/18/2022 10
#51759 WordPress the_tags() before not working at the loop normal normal Awaiting Review defect (bug) 11/12/2020
#42096 `WP_Term_Query` sanitizes `slug` parameter incorrectly has-patch normal normal Future Release defect (bug) 10/11/2017 4
#39754 `_post_format_get_terms()` can overwrite names of terms in other taxonomies has-patch normal normal Awaiting Review defect (bug) 02/22/2017
#44279 `get_terms()` with `child_of` and `childless` combined normal normal Future Release defect (bug) 02/28/2024 6
#45393 categories don't work in brand-new wordpress instance (return 404) normal normal Awaiting Review defect (bug) 11/21/2018 1
#28118 category sort bug normal normal Future Release defect (bug) 04/22/2019 10
#57835 class-wp-term-query.php no error checking reporter-feedback normal normal Awaiting Review defect (bug) 03/03/2023 4
#24354 get_cat_id() fails with category names containing ampersand boonebgorges has-patch normal normal defect (bug) 06/04/2019 12
#46162 get_taxonomies by post_type no output normal normal Awaiting Review defect (bug) 05/12/2020
#39678 get_term_by slug with "0" as value has-patch normal normal Awaiting Review defect (bug) 09/21/2021 2
#45457 get_terms returns incorrect terms set for indirect children normal normal Awaiting Review defect (bug) 12/02/2018 3
#32993 get_terms with child_of only works with uninterrupted hierarchies DrewAPicture* normal normal Awaiting Review defect (bug) 09/23/2017 2
#49799 get_the_terms() object term cache check too strict? needs-unit-tests normal normal Awaiting Review defect (bug) 04/16/2020 6
#50046 lack table selector in `_update_post_term_count` normal normal Awaiting Review defect (bug) 05/01/2020
#33521 manage_${post_type}_posts_columns parameters shifted reporter-feedback normal minor defect (bug) 06/04/2019 9
#61859 meta_value_num order calse in WP_Term_Query cannot work as meta_query is evaluated after setting up the order reporter-feedback normal major Awaiting Review defect (bug) 02/20/2025
#58216 numeric tags are tagged with tag-ID instead of tag-slug in the post_class() has-patch normal major Awaiting Review defect (bug) 05/02/2023 3
#57300 parse_tax_query() does not handle array query param when taxonomy has rewrite set to hierarchical has-patch normal major Awaiting Review defect (bug) 10/16/2024 22
#55908 performing two identical actions in sequence produces different results normal normal Awaiting Review defect (bug) 06/03/2022 1
#28033 post_categories_meta_box on non-hierarchical custom taxonomy rufein normal normal Future Release defect (bug) 06/04/2019 12
#35504 response to adding data to taxonomy shows in a wrong place reporter-feedback normal normal defect (bug) 06/04/2020 2
#60710 save_post_{$post->post_type} hook returns inconsistent $_POST['tax_input'] format normal normal Awaiting Review defect (bug) 03/06/2024
#51864 set_object_terms hook $tt_ids arg issue normal normal Awaiting Review defect (bug) 11/24/2020
#50229 slugs aren't allowed as long as they're in different taxonomies. normal normal Awaiting Review defect (bug) 05/22/2020
#40291 subcategory pagination no run normal normal Awaiting Review defect (bug) 03/29/2017
#46338 taxonomy_meta_box_sanitize_cb_checkboxes: Warning: array_map(): Expected parameter 2 to be an array, string given normal normal Awaiting Review defect (bug) 04/17/2024 4
#43995 wp_dropdown_categories(array( 'pad_counts' => true ) ) doesn't correctly pad counts on post_types with custom stati normal normal Awaiting Review defect (bug) 01/17/2019 5
#63091 wp_get_archives() with post_type parameter generates duplicate query parameters in URLs normal normal Awaiting Review defect (bug) 03/13/2025 1
#39926 wp_get_object_terms should return WP_Error on wrong fields argument or use a sane default dev-feedback normal normal Awaiting Review defect (bug) 04/14/2017 4
#61936 wp_get_object_terms: Unexpected return type (PHP 7.4)/fatal error (PHP 8.0+) when requesting a count normal normal Future Release defect (bug) 09/01/2024 3
#18448 wp_insert_category() is Not Properly Abstracted chriscct7 has-patch normal normal defect (bug) 06/04/2019 5
#40206 wp_insert_term() $slug_provided check fails has-patch normal normal Awaiting Review defect (bug) 05/22/2023 5
#41867 wp_list_categories throws SQL error if list is empty reporter-feedback normal normal Awaiting Review defect (bug) 02/21/2019 8
#50080 wp_set_post_tags() adds terms to post types that don't support the term's taxonomy reporter-feedback normal normal Awaiting Review defect (bug) 05/04/2020 2
#46166 wp_update_term sanitizes the description, removing all html normal normal Awaiting Review defect (bug) 02/01/2019
#56892 wp_xx_categories() doesn't pad counts correctly when a sub-category exists normal normal Awaiting Review defect (bug) 10/23/2022

Text Changes (2 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#63048 "Admin Color Scheme" label should be changed to "Dashboard Color Scheme" audrasjb* commit normal normal 6.9 enhancement 03/04/2025 5
#57231 Missing ":" in strings with links. dev-feedback normal normal Awaiting Review enhancement 01/04/2025 14

Themes (57 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#45344 Add Two New Theme Tags on Theme Directory normal normal Future Release task (blessed) 02/02/2024 5
#51072 Add action hook after theme skip links sarahricker normal normal Future Release feature request 10/16/2020 13
#42309 Add page-numbers CSS class to wp_link_pages generated links normal normal Awaiting Review feature request 04/17/2018 1
#48122 Add separator argument for wp_get_document_title() dev-feedback normal normal Awaiting Review feature request 10/19/2019 2
#55879 Add the Ability to Allow/Disallow Auto-Update for Multiple Themes on the Theme Page normal normal Awaiting Review feature request 06/02/2022 3
#62847 Admin Themes as a 3rd level of theming normal minor Awaiting Review feature request 01/23/2025
#47124 Admin menu: restore "Add New" in the Themes section has-patch normal normal Future Release feature request 10/29/2021 8
#48175 Allow Template Resolution Algorithm to be Replaceable needs-unit-tests normal normal Awaiting Review feature request 10/04/2019 4
#58237 Change default 'Blog pages show at most' to better divisible number dev-feedback normal normal Awaiting Review feature request 05/04/2023 2
#53412 Consider allowing themes to include block directory block references normal normal Awaiting Review feature request 06/15/2021 5
#43363 Custom URL for Header Video dev-feedback normal normal Awaiting Review feature request 04/06/2024 3
#43163 Did you know? CSS notification needs a Dismiss button to close has-patch normal normal Awaiting Review feature request 07/16/2019 5
#53415 Filter API to edit footer content has-patch normal normal Awaiting Review feature request 09/30/2022 1
#49241 Filter to add post types to custom page templates in get_post_templates() has-patch normal normal Awaiting Review feature request 10/14/2020
#43352 Make html5 standard rather than opt in for theme development normal normal Awaiting Review feature request 01/16/2019 2
#12877 Modular themes: Apply template hierarchy to folders within a theme dev-feedback normal normal feature request 06/04/2019 28
#59515 Multiple color palettes and font pairs normal normal Awaiting Review feature request 10/02/2023 1
#21256 New theme feature - add_theme_support( 'content-width', $defaults ) chriscct7 dev-feedback normal normal Awaiting Review feature request 11/22/2018 33
#61866 Notify users of links that open in new tab. joedolson* normal normal Future Release feature request 12/03/2024 7
#39076 Reinstate Vimeo support for external header videos normal normal Awaiting Review feature request 08/04/2021 2
#25927 Remove the theme information from style.css and add a theme manifest file dev-feedback normal normal feature request 06/04/2019 8
#33472 Templating Engine normal normal Awaiting Review feature request 04/28/2021 20
#58542 Theme.json / Restricting general settings like font sizes on blocks generates a lot of duplication normal normal Awaiting Review feature request 06/15/2023
#19627 Themes should be able to opt-in to a static front page normal normal feature request 06/04/2019 51
#47563 Update get_template_part() function dev-feedback normal normal feature request 03/21/2021 3
#24152 Use JSON as alternative to CSS file headers normal normal Awaiting Review feature request 08/13/2023 25
#51528 When updating the theme from the dashboard, I want to change the theme folder name to the file name specified by Content-Disposition: attachment. normal normal Awaiting Review feature request 10/15/2020 1
#30169 show available languages in theme details normal normal feature request 12/03/2024 8
#62590 "Live Preview" on mobile open customizer by default normal minor Awaiting Review enhancement 11/28/2024 2
#51532 $tag_templates should be customizable (instead of local array) has-patch normal normal Awaiting Review enhancement 12/11/2022 3
#7795 Activate and Deactivate Theme hooks normal normal Future Release enhancement 03/15/2019 26
#18301 Activating a new theme on multisite is very long-winded DrewAPicture* normal normal Future Release enhancement 08/29/2023 30
#61605 Add Support for dynamically changing WordPress styles variations using filter has-patch normal normal Awaiting Review enhancement 07/31/2024 8
#33600 Add `theme_mods_{$stylesheet}` option during `populate_options()` has-patch normal normal Future Release enhancement 03/18/2025 5
#21062 Add a 'template_file' hook to load_template() johnbillion has-patch normal normal Awaiting Review enhancement 03/05/2018 14
#16396 Add a hook to the theme editor page when the write is successful normal normal enhancement 06/04/2019 7
#56556 Add a link to go to the thema wordpress.org page. normal normal Awaiting Review enhancement 09/12/2022
#51832 Add a more visible way to delete unused themes dev-feedback normal normal Future Release enhancement 06/06/2022 14
#42855 Add ability to filter header, sidebar, searchform, footer and template_part file paths dev-feedback normal normal Awaiting Review enhancement 06/26/2023 14
#28094 Add action hook after getting template part has-patch normal normal enhancement 06/04/2019 4
#63060 Add an option to support all HTML5 theme support options joedolson* has-patch normal normal Awaiting Review enhancement 03/06/2025 1
#16883 Add check for "Template Version" on theme activation dev-feedback normal normal enhancement 06/04/2019 6
#61555 Add deprecation notice to wp_title() needs-docs normal normal Awaiting Review enhancement 07/04/2024 3
#54381 Add filter to validate_theme_requirements has-patch normal normal Awaiting Review enhancement 11/05/2021 1
#40508 Add new do_action after load template files has-patch normal normal Future Release enhancement 12/05/2018 7
#49553 Add option to get_search_form() to not include current search query in the form dev-feedback normal normal Awaiting Review enhancement 03/01/2020
#21912 Add return filter to current_theme_supports() has-patch normal normal enhancement 06/04/2019 5
#58952 Add search to get_the_archive_title() normal normal Awaiting Review enhancement 10/27/2023
#54374 Add the "Last updated" date to theme details normal minor Awaiting Review enhancement 11/04/2021
#41179 Adding get_the_content-filter dev-feedback normal normal Awaiting Review enhancement 02/03/2023 7
#40842 Adding template filters dev-feedback normal normal Awaiting Review enhancement 10/23/2017 5
#56245 Allow Theme Templates to have Statuses normal normal Awaiting Review enhancement 07/19/2022
#35696 Allow extra control over CSS Classes in paginate_links() has-patch normal normal Awaiting Review enhancement 05/15/2018 4
#56382 Allow filtering excluded directories during theme export via `wp_is_theme_directory_ignored` has-patch normal normal Awaiting Review enhancement 08/15/2022 1
#23669 Allow front page template to fall back to home template when site displays blog posts index on front page close normal normal enhancement 06/04/2019 13
#54734 Allow get_file_path_from_theme filterable like get_theme_file_path normal normal Awaiting Review enhancement 10/30/2023
#59007 Allow to show an additional custom tagline on the blog page close normal normal Awaiting Review enhancement 08/14/2023 1
Note: See TracReports for help on using and creating reports.