Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Fix typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
maicong committed Jan 17, 2018
1 parent 794bb2b commit b004ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function shortcode_button_video( $atts, $content = '' ) {
function shortcode_audio( $atts, $content = '' ) {
$args = shortcode_atts( array(
'src' => '',
'preload' => 'metadata',
'preload' => 'metadata'
), $atts );
if (!empty($atts['autoplay'])) {
$args['autoplay'] = 'autoplay';
Expand Down

0 comments on commit b004ccc

Please sign in to comment.