Make WordPress Core

{43} Tickets not modified in the last 2.5 years (4513 matches)

Create a new ticket

Tickets not modified in the past 2.5 years. Once this report is emptied, we'll adjust the threshold to 2 years, and so on.

Results (1701 - 1800 of 4513)

Tickets with Patches (82 matches)

Ticket Summary Owner Component Priority Severity Type Workflow Modified
#57413 Updating a user email via rest api doesn't trigger confirmation email Users normal normal defect (bug) has-patch 4 years ago
#57421 Editor: add new parameter to hook when enqueuing block assets Editor normal normal enhancement has-patch 4 years ago
#57423 we need to check an argument is closure in PclZip Administration normal normal enhancement has-patch 4 years ago
#57440 Add filter to customize the "rest_availability" test URL Site Health normal normal enhancement has-patch 4 years ago
#57483 Improve optimizations for WP_Site::get_instance and WP_Network::get_instance Networks and Sites normal normal defect (bug) has-patch 3 years ago
#57513 All the comments not showing properly in edit posts Comments normal normal defect (bug) has-patch 4 years ago
#57517 Expose MutationObserver instance in wpEmoji Formatting normal normal enhancement has-patch 4 years ago
#57537 Site editor theme export: remove site specific details General normal normal enhancement has-patch 3 years ago
#57553 Problem in load WordPress. Bootstrap/Load normal normal enhancement has-patch 3 years ago
#57615 Various comment functions reporting error when `get_comment()` returns `null` Comments normal minor defect (bug) has-patch 4 years ago
#57634 Hide "view" link from Post List Table if empty string passed to post_link Posts, Post Types normal normal defect (bug) has-patch 4 years ago
#57637 ImageEdit component can be exited with unsaved state Media normal normal defect (bug) has-patch 4 years ago
#57699 Autoembeds not rendered in front-end post content Embeds normal normal defect (bug) has-patch 4 years ago
#57702 Default to current global post's author in `get_author_posts_url()`. Users normal normal enhancement has-patch 4 years ago
#57743 Add `$found` parameter to `wp_cache_get_multiple()` Cache API normal normal enhancement has-patch 3 years ago
#57757 _get_block_templates_files fails when code is stored in map called templates Themes normal normal defect (bug) has-patch 4 years ago
#58057 Replace loose comparison operator in plugins.php Plugins normal normal defect (bug) has-patch 3 years ago
#58058 Fix PHP open and close tag placement in /wp-admin/comment.php LineNo 175 Comments normal normal defect (bug) has-patch 3 years ago
#58076 Docs: Improve various globals documentation, as per docblock standards. General normal normal defect (bug) has-patch 3 years ago
#58137 WP creates unnecessary "cropped-"[filename] icon file antpb Media normal normal defect (bug) has-patch 3 years ago
#58147 bugfix: rewind_posts when posts array index != 0 Query normal normal defect (bug) has-patch 3 years ago
#58156 finetune wp_update_comment_count Comments normal normal enhancement has-patch 3 years ago
#58163 Media Tests for Attachments and Images Media normal normal enhancement has-patch 3 years ago
#58186 Block Theme Detection is broken due to symlinks Themes normal normal defect (bug) has-patch 3 years ago
#58216 numeric tags are tagged with tag-ID instead of tag-slug in the post_class() Taxonomy normal major defect (bug) has-patch 3 years ago
#58246 'update_meta_cache()' doesn't correctly handle the return value of the 'update_{$meta_type}_metadata_cache' filter Options, Meta APIs normal normal defect (bug) has-patch 3 years ago
#58260 Enable `elementpath` for the Classic Block TinyMCE editor afercia Editor normal normal defect (bug) has-patch 3 years ago
#58296 CSS coding standards issue in 'wp-activate.php' Networks and Sites normal normal enhancement has-patch 3 years ago
#58307 Theme Search Filter Not Working Themes normal normal enhancement has-patch 3 years ago
#58442 Add parameters for the wp_get_archive function that allows to filter the archive for particular years and months. General normal normal enhancement has-patch 3 years ago
#58490 Make wp_update_term_count function site context aware for the multisite Taxonomy normal normal defect (bug) has-patch 3 years ago
#58492 Plugin Search Issue: Trimming of Keywords with Ampersand (&) upon Page Refresh Plugins normal normal defect (bug) has-patch 3 years ago
#58507 GitHub actions are failing General normal normal defect (bug) has-patch 3 years ago
#58516 url_to_postid does not return post id for static Posts page Rewrite Rules normal normal defect (bug) has-patch 3 years ago
#58527 Rest password error handling issue for email Users normal normal defect (bug) has-patch 3 years ago
#58544 Need to verify safe website URL in comment form Comments normal normal defect (bug) has-patch 3 years ago
#58617 Post Status label inconsistency in get_post_statuses() and get_post_stati() functions Posts, Post Types normal minor defect (bug) has-patch 3 years ago
#58619 absint() causes unexpected behavior for metadata functions which use get_metadata_raw() pbearne Options, Meta APIs normal normal defect (bug) has-patch 3 years ago
#58668 wrong "domain" returned by wpmu_validate_blog_signup when using on subsite in subdomain multisite General normal minor defect (bug) has-patch 3 years ago
#58730 Media not getting removed from the media library popup after clicking "Delete permanently" button Media normal normal defect (bug) has-patch 3 years ago
#58799 Need to add filter to register a template in [NEW] WordPress site editor through a plugin Editor normal blocker enhancement has-patch 3 years ago
#58813 Editing Slug to an Existing Slug causes wrong content to display Editor normal normal defect (bug) has-patch 3 years ago
#58844 Revisions: Compare Revisions layout issues on mobile Revisions normal normal defect (bug) has-patch 3 years ago
#58860 Potential security issue in is_super_admin Users normal normal defect (bug) has-patch 3 years ago
#58909 width problem in the administration interface Administration normal normal defect (bug) has-patch 3 years ago
#58951 Meta and Link tags contain trailing slashes General normal normal defect (bug) has-patch 3 years ago
#59022 Bulk Action Issue For Plugin Component Plugins normal normal defect (bug) has-patch 3 years ago
#59110 Make the database container in the local Docker environment more generic Build/Test Tools normal normal defect (bug) has-patch 3 years ago
#59131 Introduce filters to modify/inspect the blocks returned by `do_blocks()` luisherranz Editor normal normal enhancement has-patch 3 years ago
#59241 get_the_posts_navigation wrong functions called for prev and next links Posts, Post Types normal normal defect (bug) has-patch 3 years ago
#59291 HTML API: Expose raw tag markup to support existing filters HTML API normal normal enhancement has-patch 3 years ago
#59297 Remove unused variables General normal normal defect (bug) has-patch 3 years ago
#59310 Parse blocks being applied unnecessarily Editor normal normal defect (bug) has-patch 3 years ago
#59330 Improvement in wp_parse_args for mutli-dimensional arrays General normal trivial enhancement has-patch 3 years ago
#59375 Plugin_Upgrader assumption causes incorrect "Activate Plugin" link after plugin installation resulting in "The plugin does not have a valid header" error Plugins normal normal defect (bug) has-patch 3 years ago
#59503 Multiple Parent Term Id parameter in get_terms < plugindevs> Taxonomy normal normal enhancement has-patch 3 years ago
#59542 Duplicate default statement in wp_get_attachment_image_src() documentation General normal normal defect (bug) has-patch 3 years ago
#59585 Unchecked variable creates fatal error in wp-includes/class-wp-user-query.php Role/Capability normal normal defect (bug) needs-unit-tests 3 years ago
#59616 Sort files in theme/plugin files tree Plugins normal normal enhancement has-patch 3 years ago
#59635 Revise the regular expressions defining endpoints for template revisions, template autosaves, template part revisions, and template part autosaves endpoints antonvlasenko REST API normal normal enhancement has-patch 3 years ago
#59661 WP_Query::generate_cache_key should consider changes to request via `posts_request_ids` filter. thekt12 Cache API normal minor defect (bug) needs-unit-tests 3 years ago
#59691 WordPress doesn't sanitize character ʼ (unicode U+02BC) when converting post title to slug Formatting normal normal defect (bug) has-patch 3 years ago
#59724 tweak to translation prompt in wp_site_admin_email_change_notification Users normal normal defect (bug) has-patch 3 years ago
#59728 Build/Test Tools: Expose error message upon Gutenberg plugin activation failure. Bernhard Reiter Build/Test Tools normal normal enhancement has-patch 3 years ago
#59766 Custom post type archive URLs are being resolved in an unexpected way if a page with the same slug exists and the URL's casing doesn't exactly match the custom post type's rewrite slug Posts, Post Types normal normal defect (bug) has-patch 3 years ago
#59903 Add user pattern categories to the pattern categories API response REST API normal normal enhancement has-patch 3 years ago
#59939 Media: "Copy URL" tooltip text may wrap Media normal normal defect (bug) has-patch 3 years ago
#60016 Fixed wp_suspend_cache_invalidation to always return bool/empty Build/Test Tools normal normal defect (bug) has-patch 3 years ago
#60138 make_clickable() processing emails start with www. incorrectly. Formatting normal trivial defect (bug) has-patch 3 years ago
#60212 apply_filters_deprecated() should tell the caller location General normal normal defect (bug) has-patch 3 years ago
#60231 Replace constant ABSPATH . WPINC with BLOCKS_PATH in the require-dynamic-blocks.php Build/Test Tools normal normal defect (bug) has-patch 3 years ago
#60296 Creating db if not exist ilyay Upgrade/Install normal normal feature request has-patch 3 years ago
#60328 Deprecated parameter default value of unregister_setting() is not correct type audrasjb General normal normal defect (bug) has-patch 3 years ago
#60329 Quick Edit tags-input drop-down selection box hangs exactly over the Published/Draft/Queud selection-box Quick/Bulk Edit normal normal defect (bug) has-patch 3 years ago
#60349 Rest API media upload utf8 urlencoded filename not decoded on server REST API normal normal defect (bug) has-patch 3 years ago
#60391 links_add_base_url will encode all attribut in null passed in Formatting normal normal defect (bug) has-patch 3 years ago
#60486 Theme Export: Update the way we replace the version number. General normal normal defect (bug) has-patch 3 years ago
#60523 working_directory enhancement Upgrade/Install normal normal enhancement has-patch 3 years ago
#60626 Font Files do not export/import properly via XML/WXR exporter. General normal normal defect (bug) has-patch 3 years ago
#60670 [Site Health] Add current mysql version to update recommendation Site Health normal normal enhancement has-patch 3 years ago
#60695 Links in the admin-menu are generated incorrectly for mu-plugins Administration normal normal defect (bug) has-patch 3 years ago
#60696 Block hooks: Allow insertion of a hooked block with attributes Editor normal normal enhancement has-patch 3 years ago

Unpatched Bugs (18 matches)

#6297 Unbalanced tags across more and nextpage tags Formatting normal normal defect (bug) 7 years ago
#6342 Rapidly spamming/deleting comments can break "infinite river" feature on comment moderation pages Comments low minor defect (bug) 7 years ago
#6984 wpautop() formats the the contents of shortcodes Shortcodes normal normal defect (bug) 7 years ago
#8578 Blogger import incorrectly reports saved user information Import normal normal defect (bug) 7 years ago
#9968 dynamically adding/removing filters breaks plugins Plugins low normal defect (bug) needs-unit-tests 7 years ago
#10033 wpautop problems with html comments and object tags Formatting normal minor defect (bug) needs-unit-tests 7 years ago
#10269 wysiwyg bug with shortcodes miqrogroove Formatting low normal defect (bug) 7 years ago
#10690 WordPress does not support non-ascii characters in the domain name markjaquith Canonical normal normal defect (bug) needs-unit-tests 7 years ago
#10762 Bulk editing creates invalid URIs Quick/Bulk Edit normal normal defect (bug) 8 years ago
#11160 Inconsistancies in Naming and Using Sidebar Names and IDs. azaozz Widgets normal normal defect (bug) needs-unit-tests 7 years ago
#11465 custom field duplicated westi* Editor normal minor defect (bug) 4 years ago
#12720 Delete user and hook confusion when deleting users in Multisite Users normal normal defect (bug) 7 years ago
#13473 comment_status should be set to default_comment_status when commentstatusdiv is removed westi Comments normal normal defect (bug) 7 years ago
#13926 Adding 'page-attributes' to a custom post type slows down edit screen in the admin Posts, Post Types normal normal defect (bug) 7 years ago
#14050 shortcode_unautop() should also remove the <br /> added after shortcodes aaroncampbell Formatting normal normal defect (bug) 7 years ago
#14093 Malformed category hidden from edit-tags, but shows in meta box Taxonomy low normal defect (bug) 7 years ago
#14142 Custom Walker class for navigation menus Menus normal normal defect (bug) 7 years ago
#14401 Unable to locate WordPress Content directory (wp-content). Filesystem API normal normal defect (bug) 7 years ago
Note: See TracReports for help on using and creating reports.