Ticket #14514: 14514.patch
| File 14514.patch, 574 bytes (added by , 16 years ago) |
|---|
-
wp-includes/media.php
1156 1156 $rawattr = $attr; 1157 1157 $attr = wp_parse_args( $attr, wp_embed_defaults() ); 1158 1158 1159 // kses converts & into & and we need to undo this 1160 // See http://core.trac.wordpress.org/ticket/11311 1161 $url = str_replace( '&', '&', $url ); 1162 1159 1163 // Look for known internal handlers 1160 1164 ksort( $this->handlers ); 1161 1165 foreach ( $this->handlers as $priority => $handlers ) {