[wp-trac] [WordPress Trac] #43346: Fix code indent in unescape_invalid_shortcodes()
WordPress Trac
noreply at wordpress.org
Thu Sep 19 15:02:31 UTC 2019
#43346: Fix code indent in unescape_invalid_shortcodes()
------------------------------+-------------------------------
Reporter: joelcj91 | Owner: SergeyBiryukov
Type: enhancement | Status: closed
Priority: normal | Milestone: 5.1
Component: Shortcodes | Version: 4.3
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses: coding-standards
------------------------------+-------------------------------
Comment (by boonebgorges):
In [changeset:"46188" 46188]:
{{{
#!CommitTicketReference repository="" revision="46188"
Query: Expand the list of operators available to `compare_key` in
`WP_Meta_Query`.
`compare_key`, introduced in #42409, previously supported only `=` and
`LIKE`
operators. This changeset introduces a number of other operators: `!=`,
`IN`,
`NOT IN`, `NOT LIKE`, `RLIKE`, `REGEXP`, `NOT REGEXP`, `EXISTS`, and `NOT
EXISTS`
(the latter two aliased to `=` and `!=`, respectively). To support case-
sensitive
regular expression key comparisons, the new `type_key` parameter will
force
a MySQL `CAST` when 'BINARY' is passed.
Props soulseekah.
Fixes #43346.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43346#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list