Skip to content

Commit

Permalink
[fix]ショートコード[post]のデフォルトを"関連記事"に変更
Browse files Browse the repository at this point in the history
ショートコードの初期化の値と、HTML生成の場合分けに矛盾があったので修正
  • Loading branch information
ultimate-ez committed Aug 5, 2017
1 parent dcdb1f6 commit a23041c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion se-shortcode.php
Expand Up @@ -18,7 +18,7 @@ function font_handler ( $atts, $content = null ){
function post_handler( $atts, $content = null ){
extract( shortcode_atts( array(
'id' => 0,
'style' => 'thumbnail',
'style' => 'related',
) ,$atts ));

$outHTML ="";
Expand Down

0 comments on commit a23041c

Please sign in to comment.