Make WordPress Core

Custom Query

Results (1 - 100 of 206)

1 2 3
Ticket Summary Status Owner Type Priority Milestone
#2691 HTML comments in posts aren't handled properly. accepted adamsilverstein defect (bug) normal Future Release
#6297 Unbalanced tags across more and nextpage tags reopened defect (bug) normal Future Release
#10033 wpautop problems with html comments and object tags new defect (bug) normal
#10823 Bad handling of ampersand in post titles new defect (bug) normal
#11678 wpautop() fails on uppercase closing tags new defect (bug) normal
#12056 target="_blank" being stripped from Profile Bio and Category Description new enhancement normal Future Release
#12084 allow preserving HTML in the_excerpt (specify allowed tags for strip_tags in wp_trim_excerpt) new enhancement normal
#14050 shortcode_unautop() should also remove the <br /> added after shortcodes assigned aaroncampbell defect (bug) normal
#15006 Closing tag for empty <p> tag is removed reopened defect (bug) normal
#15918 wpautop() breaks inline tags on the same line as block tags new dunno defect (bug) normal
#16495 Make iso8601_to_datetime a bit more compliant new defect (bug) normal
#17039 the_excerpt() - <!--more--> handling new defect (bug) normal
#17433 localhost is not accepted as email domain new defect (bug) normal Future Release
#17491 Make is_email() compliant with RFC5322 (updated by RFC6854) reopened defect (bug) normal Future Release
#17923 add_query_arg() should encode values reopened defect (bug) normal
#18330 Add a Class functionality to wpautop() reopened enhancement normal
#18549 wp_texturize incorrectly curls closing quotes after inline HTML end tags assigned miqrogroove defect (bug) normal
#19100 Introduce esc_color() new enhancement normal Future Release
#20368 htmlspecialchars() returns empty string for non-UTF-8 input in PHP 5.4 new defect (bug) normal
#21537 Email address sanitisation mangles valid email addresses new defect (bug) normal
#22330 Optimize regexes to remove protocol from URL new enhancement normal
#22402 Stripping non-alphanumeric multi-byte characters from slugs new enhancement normal
#23050 make_clickable incorrectly formats anchors with URL's and spaces in them in comments new defect (bug) normal
#23308 make_clickable problem with multiple "Punctuation URL character" new defect (bug) normal
#23922 make_clickable() breaks when colon in hash new defect (bug) normal
#23975 force_balance_tags in get_the_content breaks non-HTML formats new defect (bug) normal
#24157 safecss_filter_attr doesn't allow rgb() in inline styles assigned defect (bug) normal Future Release
#24225 Improve regular expressions when matching attributes assigned miqrogroove enhancement normal
#24487 is_email() does not recognize IDN domains new defect (bug) normal Future Release
#24846 Usage of a shortcode disables wpautop filter reopened defect (bug) normal
#25021 Improve sanitize_title_with_dashes % removal new defect (bug) normal
#25108 is_email() function validates email with domain that just has 1 character after dot new defect (bug) normal
#25785 Unexpected Paragraph Formatting Within a Div Container new defect (bug) normal
#25856 debug of wpautop function with Unit Tests new enhancement normal
#26674 The get_tag_regex() function is a too greedy when searching for a closing tag. new defect (bug) normal
#26759 New Generic Sanitize Functions for Core new enhancement normal
#26842 Contenteditable, multiple spaces, &nbsp, and U+00A0 new defect (bug) normal Future Release
#26868 Function 'make_clickable()' doesn't make hyperlinks from explicit URLs using the `mailto:`, `tel:` and other schemes that do not start with `//` new enhancement normal
#27270 Validation for leading/trailing periods, or consecutive periods in email addresses is only done on the domain section new defect (bug) normal
#27350 Invalid HTML Output assigned defect (bug) normal Future Release
#27733 wpautop(): \s in regex destroys some UTF-8 characters new defect (bug) normal
#28607 Make wpautop()'s $allblocks variable filterable new enhancement normal Awaiting Review
#29717 wp_check_invalid_utf8 - pcre tricks and failsafes, +mb_convert_encoding, iconv fix, performance assigned pbearne enhancement normal Awaiting Review
#29807 add support for picture element and srcset attribute on img in wp_kses new defect (bug) normal Future Release
#29882 wptexturize: quotes inside quotes curling incorrectly new defect (bug) normal
#29910 esc_attr does not properly deal with json_encode new enhancement normal Awaiting Review
#29913 wptexturize should handle broken HTML consistently new defect (bug) normal
#29956 Paragraphs within list items disappear in the editor when switching from text to visual and back new defect (bug) normal
#30039 Email validation not working correctly new defect (bug) normal
#30495 Unicode character U+000B is not removed by sanitize_file_name new defect (bug) normal Awaiting Review
#30531 Make wptexturize the last filter before output assigned azaozz enhancement normal
#30597 wp_filter_post_kses mangles URLs with colons in them new defect (bug) normal
#30644 "wpautop" Enhancements new enhancement normal
#31695 Enclosing oEmbed using `embed_oembed_html` is generating invalid HTML new defect (bug) normal
#31992 Unicode Email Addresses new defect (bug) normal
#32193 Large (custom) resolution emoticons are being shrunk to 12x12 reopened defect (bug) normal
#32729 WP sanitize + (plus) and other mathematic symbols as nothing instead of dash separator new defect (bug) normal
#32787 make_clickable filter assigned johnjamesjacoby enhancement normal Future Release
#32867 Wordpress replaces HTML entities for angle brackets in titles, breaking HTML validation new defect (bug) normal
#33204 kses $allowedposttags should support microdata new enhancement normal Awaiting Review
#33466 wpautop breaks multi-line textarea content assigned miqrogroove defect (bug) normal
#33553 Bug with Linebreak before figcaption, fixed and then revert to make a fix elsewhere new defect (bug) normal
#33629 Post excerpts have become WAY too long after updating to WP 4.3, please fix. new defect (bug) normal
#33840 wpautop damages inline script new defect (bug) normal
#33924 sanitize_html_class valid characters new defect (bug) normal Future Release
#34039 shortcode_parse_atts() no longer parses embedded html fragments new defect (bug) normal
#34407 esc_url() cannot handle a relative URL containing a : character (IPv6) new defect (bug) normal
#34592 wptexturize interprets apostrophe at end of word as closing single quote new defect (bug) normal
#34722 Open P Tag in shortcode related to h tag new defect (bug) normal Awaiting Review
#34994 HTML5 elements reformatted poorly switching between Visual & Text editors new defect (bug) normal
#35201 Mobile email validation new enhancement normal Awaiting Review
#36124 Format: Aside next to an embedded video, removes player and only displays URL new defect (bug) normal
#36397 add_query_arg doesn't work with numbered html entities new defect (bug) normal
#36712 Paragraph tags removed from div elements if script tag is present new defect (bug) normal
#36775 Shortcode stripping on frontend new defect (bug) normal
#37077 Replacing one variable handler for another to ensure proper conditional check occurs 100%. reopened defect (bug) normal
#37672 wpautop adds a closing p-tag without an opening p-tag new defect (bug) normal Awaiting Review
#37698 wp_kses_split global variable pollution new defect (bug) normal Future Release
#38044 Make seems_utf8() RFC 3629 compliant. new defect (bug) normal Future Release
#38656 wpautop incorrectly handling paragraphs within block elements new defect (bug) normal Future Release
#39153 Bug in wp_html_split with unclosed PHP tag (or HTML tag <) new defect (bug) normal Awaiting Review
#39188 Wrapping paragraph tags around 'Read More' link stripped out of custom post type new defect (bug) normal Awaiting Review
#39190 RSS feed not valid: U+001A or 0x1a new defect (bug) normal Awaiting Review
#39636 Smilies not converted when directly followed by punctuation marks new enhancement normal Future Release
#39674 Special characters are encoded in the database, for site settings options new enhancement normal Awaiting Review
#39724 Defining custom validation callbacks for tag/attribute values in wp_kses() new enhancement normal Awaiting Review
#39847 force_balance_tags not properly balancing < with <strong> and </strong> new defect (bug) normal Awaiting Review
#40045 HTML code entered using "Text" mode gets garbled new defect (bug) normal Awaiting Review
#40191 Multiline post content with `<` as first character becomes malformed new defect (bug) normal Awaiting Review
#40202 wpautop bad code new defect (bug) normal Future Release
#40324 make_clickable doesn't work if url stands after an even number off spaces new defect (bug) normal Awaiting Review
#40552 Calling wp_parse_args() early, with $args as empty string, may cause fatal error new defect (bug) normal Awaiting Review
#40569 next_post_link parameters $format and $link, have default values that produce awkward to use output new enhancement normal Awaiting Review
#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... new defect (bug) normal Awaiting Review
#40933 Improvements for get_file_data() function new enhancement normal Awaiting Review
#41304 Bad protocol sanitization in KSES for URLs NOT RFC 3986 compliant new defect (bug) normal Awaiting Review
#41422 Need replace_filter() function for improved Just In Time filter adjusment new enhancement normal Awaiting Review
#41458 Class gets stripped out when inserting a link in author biography box new enhancement normal Awaiting Review
#41711 Remove hAtom from core new defect (bug) normal Awaiting Review
#42058 Unit test for _autop_newline_preservation_helper() new defect (bug) normal Awaiting Review
1 2 3
Note: See TracQuery for help on using queries.