Changeset 56177 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 07/09/2023 08:15:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r55990 r56177 213 213 $this->last_attr = $attr; 214 214 215 // KSES converts & into & and we need to undo this. 216 // See https://core.trac.wordpress.org/ticket/11311 215 /* 216 * KSES converts & into & and we need to undo this. 217 * See https://core.trac.wordpress.org/ticket/11311 218 */ 217 219 $url = str_replace( '&', '&', $url ); 218 220
Note: See TracChangeset
for help on using the changeset viewer.