Changeset 28923 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 06/30/2014 11:15:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r28919 r28923 157 157 158 158 $rawattr = $attr; 159 $attr = wp_parse_args( $attr, wp_embed_defaults( ) );159 $attr = wp_parse_args( $attr, wp_embed_defaults( $url ) ); 160 160 161 161 // kses converts & into & and we need to undo this
Note: See TracChangeset
for help on using the changeset viewer.