Changeset 29788 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 09/29/2014 01:27:55 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-embed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r29707 r29788 157 157 158 158 // kses converts & into & and we need to undo this 159 // See http ://core.trac.wordpress.org/ticket/11311159 // See https://core.trac.wordpress.org/ticket/11311 160 160 $url = str_replace( '&', '&', $url ); 161 161
Note: See TracChangeset
for help on using the changeset viewer.