Media: After [36240], remove some unneeded whitespace.
Props ocean90. See #35367. git-svn-id: https://develop.svn.wordpress.org/trunk@36241 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
54134dd49b
commit
0002ff515b
@ -2264,7 +2264,7 @@ function wp_audio_shortcode( $attr, $content = '' ) {
|
|||||||
*
|
*
|
||||||
* @param string $class CSS class or list of space-separated classes.
|
* @param string $class CSS class or list of space-separated classes.
|
||||||
*/
|
*/
|
||||||
$atts['class'] = apply_filters( 'wp_audio_shortcode_class', $atts['class'] );
|
$atts['class'] = apply_filters( 'wp_audio_shortcode_class', $atts['class'] );
|
||||||
|
|
||||||
$html_atts = array(
|
$html_atts = array(
|
||||||
'class' => $atts['class'],
|
'class' => $atts['class'],
|
||||||
@ -2501,7 +2501,7 @@ function wp_video_shortcode( $attr, $content = '' ) {
|
|||||||
*
|
*
|
||||||
* @param string $class CSS class or list of space-separated classes.
|
* @param string $class CSS class or list of space-separated classes.
|
||||||
*/
|
*/
|
||||||
$atts['class'] = apply_filters( 'wp_video_shortcode_class', $atts['class'] );
|
$atts['class'] = apply_filters( 'wp_video_shortcode_class', $atts['class'] );
|
||||||
|
|
||||||
$html_atts = array(
|
$html_atts = array(
|
||||||
'class' => $atts['class'],
|
'class' => $atts['class'],
|
||||||
|
Loading…
Reference in New Issue
Block a user