Make WordPress Core

{1} All Tickets (8383 matches)

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

Results (2601 - 2700 of 8383)

Formatting (100 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#38044 Make seems_utf8() RFC 3629 compliant. has-patch normal normal Future Release defect (bug) 10/21/2024 3
#38656 wpautop incorrectly handling paragraphs within block elements needs-unit-tests normal normal Future Release defect (bug) 03/26/2019 4
#39153 Bug in wp_html_split with unclosed PHP tag (or HTML tag <) needs-unit-tests normal normal Awaiting Review defect (bug) 03/02/2018 9
#39188 Wrapping paragraph tags around 'Read More' link stripped out of custom post type normal normal Awaiting Review defect (bug) 03/15/2019
#39190 RSS feed not valid: U+001A or 0x1a normal normal Awaiting Review defect (bug) 01/04/2019
#39636 Smilies not converted when directly followed by punctuation marks dev-feedback normal normal Future Release enhancement 04/11/2022 4
#39674 Special characters are encoded in the database, for site settings options normal normal Awaiting Review enhancement 01/24/2017
#39724 Defining custom validation callbacks for tag/attribute values in wp_kses() normal normal Awaiting Review enhancement 06/17/2017 1
#39847 force_balance_tags not properly balancing < with <strong> and </strong> normal normal Awaiting Review defect (bug) 09/22/2024 2
#40045 HTML code entered using "Text" mode gets garbled normal normal Awaiting Review defect (bug) 03/06/2017
#40191 Multiline post content with `<` as first character becomes malformed normal normal Awaiting Review defect (bug) 03/02/2018 2
#40202 wpautop bad code normal normal Future Release defect (bug) 05/21/2020 2
#40324 make_clickable doesn't work if url stands after an even number off spaces normal normal Awaiting Review defect (bug) 03/31/2017 1
#40552 Calling wp_parse_args() early, with $args as empty string, may cause fatal error dev-feedback normal normal Awaiting Review defect (bug) 11/01/2024 2
#40569 next_post_link parameters $format and $link, have default values that produce awkward to use output normal normal Awaiting Review enhancement 04/26/2017
#40676 wpautop adds opening & closing p tags around the opening a tag and around the closing a tag when the link contains certain flow content elements like div, h1, h2... needs-unit-tests normal normal Awaiting Review defect (bug) 07/21/2017 13
#40933 Improvements for get_file_data() function has-patch normal normal Awaiting Review enhancement 07/18/2017 5
#41304 Bad protocol sanitization in KSES for URLs NOT RFC 3986 compliant normal normal Awaiting Review defect (bug) 07/13/2017 1
#41422 Need replace_filter() function for improved Just In Time filter adjusment normal normal Awaiting Review enhancement 08/03/2017 6
#41458 Class gets stripped out when inserting a link in author biography box normal normal Awaiting Review enhancement 07/30/2017 1
#41711 Remove hAtom from core dev-feedback normal normal Awaiting Review defect (bug) 08/29/2017 5
#42058 Unit test for _autop_newline_preservation_helper() dev-feedback normal normal Awaiting Review defect (bug) 12/11/2017
#42182 esc_js must escape U+2028 and U+2029 has-patch normal normal Awaiting Review defect (bug) 10/11/2017 1
#43010 Attribute Name Escape needs-unit-tests normal normal Awaiting Review enhancement 01/18/2022 7
#43147 Introduce `esc_html_comment` and translation related functions dev-feedback normal normal Awaiting Review enhancement 01/16/2019 7
#43155 Formatting bug with ampasands - WooCommerce Layered Nav normal normal Awaiting Review defect (bug) 01/24/2018
#43156 _walk_bookmarks(): please add the link id as HTML id attribute. normal normal Awaiting Review enhancement 01/24/2018
#43205 Allow filtering the list of characters to be replaced by wptexturize normal normal Awaiting Review feature request 01/16/2019
#43224 Extract `$utf8_pcre` from `wp_check_invalid_utf8()` into a separate function normal normal Awaiting Review enhancement 01/16/2019 3
#43313 wptexturise uses the wrong curly quote after a closing link tag normal normal Awaiting Review defect (bug) 04/15/2018 2
#43394 wpautop inserts extraneous line breaks if hard return around commented content normal normal Awaiting Review defect (bug) 06/15/2020 1
#43785 wptexturize fails to skip JavaScript if code contains < needs-unit-tests normal normal Future Release defect (bug) 07/10/2024 4
#43810 Apostrophe issue normal normal Awaiting Review defect (bug) 02/18/2022 3
#44793 remove_accents() doesnt escape all versions of "i" SergeyBiryukov dev-feedback normal normal Future Release defect (bug) 09/22/2019 13
#44906 Include greek accent characters on "remove_accents" function dev-feedback normal minor Awaiting Review enhancement 09/13/2018 3
#45702 make_clickable() doesn't handle linked text being a URL with spaces within it needs-unit-tests low trivial Future Release defect (bug) 04/03/2019 3
#46188 esc_html does not have support for multiline output. esc_br_html or line-breaking parameter for esc_html is missing has-patch normal normal Awaiting Review enhancement 02/27/2025 6
#46329 sanitize_text_field after 5.1 update should account for __toString() methods normal normal Awaiting Review enhancement 02/24/2019 1
#46673 Update esc_url function (default https). normal normal defect (bug) 12/06/2021 3
#46791 esc_url() adding http:// to a relative URL to parent directory '../pathname/' has-patch normal normal Awaiting Review defect (bug) 05/23/2019 3
#46846 Tight comparisons and use of Yoda conditions are not consistent dev-feedback normal normal Awaiting Review defect (bug) 04/09/2019
#46886 wp_targeted_link_rel adds the rel attribute when the link has data-target="" normal normal Awaiting Review defect (bug) 04/13/2019 5
#46966 urlencode query string parameters has-patch normal major Awaiting Review defect (bug) 12/13/2024 2
#47164 map_deep in formatting.php do not handle null-byte dev-feedback normal critical Future Release defect (bug) 02/23/2023 18
#47557 Sanitize Email Suggestion has-patch normal minor Awaiting Review enhancement 09/11/2024 3
#47594 Add nbsp symbol codes to convert throught sanitize_title SergeyBiryukov* has-patch normal minor Future Release enhancement 10/28/2021 22
#47973 Invalid HTML output from image_caption + wpautop combination normal normal Awaiting Review defect (bug) 07/11/2020 2
#48261 "noopener noreferrer" mis-parses links with "rel=" parameters has-patch normal normal Awaiting Review defect (bug) 10/09/2019 6
#48873 CSS Selectors in style tags containing greater than signs are escaped normal normal Awaiting Review defect (bug) 12/04/2019
#49129 Incorrect German Umlaut substitutions dev-feedback normal minor Awaiting Review enhancement 01/04/2020 3
#49217 HTML error with the multi-level list in Classic Editor normal normal Awaiting Review defect (bug) 01/17/2020 1
#49484 Add option 'OR' to wp_sprintf_l() SergeyBiryukov has-patch normal normal Future Release feature request 10/20/2020 11
#49492 wpautop inserted p tags inconsistently alter visual space normal normal Awaiting Review defect (bug) 02/22/2020
#49965 wptexturize should also work when using before hook after_theme_setup normal normal Awaiting Review defect (bug) 04/21/2020
#50197 PHP 7.4 Compatibility with WP 5.4.1 – problem with seems_utf8() close normal normal Awaiting Review defect (bug) 07/29/2022 3
#50514 make_clickable nested links bug needs-unit-tests normal normal Awaiting Review defect (bug) 10/12/2020 3
#50855 sanitize_file_name function not working as expected if there is '%20' in filename audrasjb* dev-feedback normal normal Future Release defect (bug) 10/07/2022 16
#50863 [playlist] + text = </p> error needs-unit-tests normal normal Awaiting Review defect (bug) 08/06/2020 1
#51019 convert_smilies() fails on large tags SergeyBiryukov has-patch normal normal 6.8 defect (bug) 03/13/2025 38
#51040 How about having a native BR to Newline method, i.e. br2nl dev-feedback normal normal Awaiting Review feature request 12/14/2023 4
#51287 Administrators & Editors can't create localfile links in a multisite installation normal major Awaiting Review defect (bug) 09/24/2020 1
#51353 Smart Quote Bug reporter-feedback normal normal Awaiting Review defect (bug) 09/18/2020 1
#51482 wp_kses_post should filter javascript content as well as the <script> tags normal minor Awaiting Review enhancement 10/08/2020
#51707 Add white-space as an allowed kses CSS attribute. has-patch normal normal Future Release enhancement 11/15/2020 1
#52100 Include highlight.js in core for syntax highlighting for codeblocks in markdown normal major Awaiting Review feature request 12/31/2020 1
#52444 Add support for Telegram Messenger Protocol close normal normal Awaiting Review enhancement 02/05/2021 4
#52463 Inline SVG - foreignObject support dev-feedback normal normal Awaiting Review defect (bug) 02/09/2021 1
#52517 Shortcodes inside AMP tags do not work has-patch normal normal Awaiting Review defect (bug) 06/02/2023 8
#52886 Update esc_url to allow for specifying an https:// as default protocol has-patch normal normal Future Release enhancement 07/05/2022 10
#53019 The _sanitize_text_fields function removing the octets that incorrectly work with Arabic RTL languages. normal normal Awaiting Review defect (bug) 11/19/2024 3
#53023 _wp_json_convert_string type mismatch: returns string on success; false on failure has-patch normal normal Awaiting Review defect (bug) 10/15/2024 2
#53041 colors.css is using the old blue. dev-feedback normal minor Awaiting Review defect (bug) 04/15/2021
#53096 Color Settings include alpha channel for transparency normal normal Awaiting Review feature request 04/27/2021
#53160 PHP 7.4 map_deep compatibility issue normal normal Awaiting Review defect (bug) 05/05/2021
#53709 Spaces as <br> in RSS Excerpts normal normal Awaiting Review enhancement 07/25/2021 1
#53815 safecss_filter_attr removes styles with min() max() and minmax() normal normal Awaiting Review defect (bug) 07/28/2021
#54138 wp_strip_all_tags should remove scripts/styles content recursively has-patch normal normal Awaiting Review defect (bug) 09/16/2021 1
#54322 Add Logical Properties to safecss_filter_attr dev-feedback normal normal Awaiting Review enhancement 11/19/2021 3
#54488 wp_filter_nohtml_kses does not remove HTML comments audrasjb dev-feedback normal normal Future Release defect (bug) 10/12/2023 32
#54604 Allow for nestable superscript tags has-patch normal normal Awaiting Review feature request 12/14/2021 1
#54721 wptexturize caches the result of run_wptexturize preventing themes from using this if a plugin has already called get_plugin_data dev-feedback normal normal Awaiting Review defect (bug) 07/20/2024 2
#55257 map_deep() function incompatibility with incomplete objects in PHP 8.0+ dev-feedback normal major Future Release defect (bug) 08/08/2023 17
#55326 Conditional classes directives in formatting normal normal Awaiting Review feature request 03/07/2022 2
#55452 `safecss_filter_attr` removes background-images with URL parameters normal normal Future Release defect (bug) 04/20/2022 1
#55563 The function get_allowed_mime_types should check wp_get_current_user dev-feedback normal normal Awaiting Review defect (bug) 04/12/2022 1
#55821 `is_email()` does not follow PHP FILTER_VALIDATE_EMAIL rules, when an email has double period (..) has-patch normal normal Awaiting Review defect (bug) 06/17/2023 2
#55949 Prevent trailingslashit from removing backslash for valid filenames on linux systems has-patch normal normal Awaiting Review defect (bug) 06/08/2022 1
#55962 Upgrade `sanitize_hex_color()` to CSS Color Level 4 pbearne dev-feedback normal normal Future Release enhancement 01/17/2024 10
#55996 the get_the_block_template_html call all the same functions as the the_conent filter so they are run twice dev-feedback normal normal Future Release defect (bug) 08/28/2024 76
#56119 `wp_unslash()` and `wp_slash()` do not (un)slash the same data. dev-feedback normal normal Awaiting Review defect (bug) 07/11/2022 3
#56120 WordPress should add a space character on every possible "wrap point" in a post title when building "html title", "og:title" and so on dev-feedback normal normal Awaiting Review enhancement 07/05/2022 2
#56433 invalid regex used in preg_replace reporter-feedback normal normal Awaiting Review defect (bug) 01/08/2025 2
#56530 Combining tilde passes `sanitize_title_with_dashes()` and so do most other diacritics normal major Awaiting Review defect (bug) 09/08/2022 3
#56531 Aiming to “kill” entities, `sanitize_title_with_dashes()` happens to eat content normal major Awaiting Review defect (bug) 09/25/2022 5
#56656 Move accent removal from `sanitize_title_with_dashes()` to `remove_accents()` normal major Awaiting Review defect (bug) 09/26/2022
#56663 `tag_escape()` does not follow naming convention. normal normal Awaiting Review enhancement 09/27/2022 2
#56709 Encountered a problem that no one has ever met Please help me dev-feedback normal normal Awaiting Review defect (bug) 08/08/2023 4
#56774 Need more options on pre-existing blocks. normal normal Awaiting Review enhancement 10/09/2022
#57021 Sanitize should accept broader types close normal normal Awaiting Review defect (bug) 05/08/2024 7
#57235 'excerpt_remove_blocks' removes list blocks has-patch normal normal Awaiting Review defect (bug) 11/30/2022 1
Note: See TracReports for help on using and creating reports.