Skip to content

Commit

Permalink
修正自定义颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
fghrsh committed Jun 1, 2016
1 parent 8da9954 commit 2142383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function parseCallback($post,$siteurl,$dmserver,$theme) {
'autoplay' => false,
'theme' => $theme);
$data['autoplay'] = ($atts['autoplay'] == 'true') ? true : false;
$data['theme'] = $atts['theme'] ? $atts['autoplay'] : $theme;
$data['theme'] = $atts['theme'] ? $atts['theme'] : $theme;
$data['video'] = $result;
$danmaku = array(
'id' => md5($id),
Expand Down

0 comments on commit 2142383

Please sign in to comment.