diff --git a/404.php b/404.php index 44ab0ea..d87cb2a 100644 --- a/404.php +++ b/404.php @@ -32,7 +32,7 @@ get_header(); ?> 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', - 'number' => 10 + 'number' => 10, ) ); ?> diff --git a/content-page.php b/content-page.php index e243586..e9597d9 100644 --- a/content-page.php +++ b/content-page.php @@ -16,7 +16,7 @@ '' + 'after' => '', ) ); ?> diff --git a/content-single.php b/content-single.php index 88ada28..c7e1210 100755 --- a/content-single.php +++ b/content-single.php @@ -18,7 +18,7 @@ '' + 'after' => '', ) ); ?> diff --git a/content.php b/content.php index fdada3f..e887c7b 100644 --- a/content.php +++ b/content.php @@ -25,7 +25,7 @@ '' + 'after' => '', ) ); ?> diff --git a/image.php b/image.php index 03f9d00..ca95417 100644 --- a/image.php +++ b/image.php @@ -93,7 +93,7 @@ get_header(); '' + 'after' => '', ) ); ?> diff --git a/inc/template-tags.php b/inc/template-tags.php index 088cdbf..dff75a2 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -99,7 +99,7 @@ function _s_comment( $comment, $args, $depth ) { $depth, - 'max_depth' => $args['max_depth'] + 'max_depth' => $args['max_depth'], ) ) ); ?>