diff --git a/404.php b/404.php index 44ab0eab..d87cb2a2 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 e2435865..e9597d98 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 88ada282..c7e12102 100755 --- a/content-single.php +++ b/content-single.php @@ -18,7 +18,7 @@ '' + 'after' => '', ) ); ?> diff --git a/content.php b/content.php index fdada3f1..e887c7b9 100644 --- a/content.php +++ b/content.php @@ -25,7 +25,7 @@ '' + 'after' => '', ) ); ?> diff --git a/image.php b/image.php index 03f9d00c..ca95417d 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 088cdbf2..dff75a29 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'], ) ) ); ?>