Make WordPress Core

Ticket #49173: 49173.0.diff

File 49173.0.diff, 371 bytes (added by westonruter, 5 years ago)
  • src/wp-includes/embed.php

    diff --git a/src/wp-includes/embed.php b/src/wp-includes/embed.php
    index a203033828..87f96ec872 100644
    a b function wp_filter_oembed_result( $result, $data, $url ) { 
    879879                        'marginheight' => true,
    880880                        'scrolling'    => true,
    881881                        'title'        => true,
     882                        'style'        => true,
    882883                ),
    883884        );
    884885