Make WordPress Core

Changeset 36241


Ignore:
Timestamp:
01/09/2016 02:28:02 PM (9 years ago)
Author:
swissspidy
Message:

Media: After [36240], remove some unneeded whitespace.

Props ocean90.
See #35367.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r36240 r36241  
    22652265     * @param string $class CSS class or list of space-separated classes.
    22662266     */
    2267      $atts['class'] = apply_filters( 'wp_audio_shortcode_class', $atts['class'] );
     2267    $atts['class'] = apply_filters( 'wp_audio_shortcode_class', $atts['class'] );
    22682268
    22692269    $html_atts = array(
     
    25022502     * @param string $class CSS class or list of space-separated classes.
    25032503     */
    2504      $atts['class'] = apply_filters( 'wp_video_shortcode_class', $atts['class'] );
     2504    $atts['class'] = apply_filters( 'wp_video_shortcode_class', $atts['class'] );
    25052505
    25062506    $html_atts = array(
Note: See TracChangeset for help on using the changeset viewer.