Ticket #37329: 37329.diff
File 37329.diff, 599 bytes (added by , 7 years ago) |
---|
-
wp-includes/media.php
2570 2570 * @since 3.6.0 2571 2571 * 2572 2572 * @param string $class CSS class or list of space-separated classes. 2573 * @param array $atts Array of attributes for the video shortcode. 2573 2574 */ 2574 $atts['class'] = apply_filters( 'wp_video_shortcode_class', $atts['class'] );2575 $atts['class'] = apply_filters( 'wp_video_shortcode_class', $atts['class'], $atts ); 2575 2576 2576 2577 $html_atts = array( 2577 2578 'class' => $atts['class'],