Skip to content
WordPress.org
News
Download & Extend
Get WordPress
Themes
Patterns
Plugins
Mobile
Hosting
Openverse ↗︎
Learn
Learn WordPress
Documentation
Forums
Developers
WordPress.tv ↗︎
Community
Make WordPress
Photo Directory
Five for the Future
WordCamp ↗︎
Meetups ↗︎
Job Board ↗︎
About
About WordPress
Showcase
Enterprise
Gutenberg ↗︎
WordPress Swag Store ↗︎
Get WordPress
Search Trac
Get WordPress
Make WordPress Core
Blog
Handbook
Tickets
Components
Browse Source
Trac Timeline
Create a New Ticket
Search:
Login
Notifications
Context Navigation
Back to Ticket #40630
Ticket #40630
: 40630.patch
File 40630.patch,
95 bytes
(added by
subrataemfluence
,
6 years ago
)
Prevents WordPress from escaping % sign in meta_value's value
Line
1
1338c1338
2
< return addcslashes( $text, '_%\\' );
3
---
4
> return addcslashes( $text, '_\\' );
Trac UI Preferences
Download in other formats:
Original Format