mirror of
git://develop.git.wordpress.org/
synced 2025-04-12 08:02:05 +02:00
When using `'%%%s%%'` pattern with `$wpdb->prepare()`, it works on 6.0.3 but does not on 6.1-RC. Why? The inserted value is wrapped in quotes on 6.1-RC5 whereas it is not on <= 6.0.3. With 6.1 final release tomorrow, more time is needed to further investigate and test. Reverting this changeset to restore the previous behavior. This commit also adds a dataset for testing the `'%%%s%%'` pattern. Props SergeyBiryukov, hellofromTonya, bernhard-reiter, desrosj, davidbaumwald, jorbin. Reviewed by hellofromTonya, SergeyBiryukov. Merges [54733] to the 6.1 branch. Fixes #56933. See #52506. git-svn-id: https://develop.svn.wordpress.org/branches/6.1@54734 602fd350-edb4-49c9-b593-d223f7449a82