diff --git a/.gitignore b/.gitignore index 2f94dbf..ca7e11a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /node_modules/ /vendor/ .DS_Store +.idea _build composer.lock package-lock.json diff --git a/404.php b/404.php index da45580..2e0fb68 100644 --- a/404.php +++ b/404.php @@ -25,7 +25,17 @@

@@ -42,4 +52,5 @@ - + - + - + ' . get_the_title() . '' ); @@ -54,7 +63,12 @@ * define autonomie_comment() and that will be used instead. * See autonomie_comment() in autonomie/functions.php for more. */ - wp_list_comments( array( 'callback' => 'autonomie_comment', 'format' => '' ) ); + wp_list_comments( + array( + 'callback' => 'autonomie_comment', + 'format' => '', + ) + ); ?> diff --git a/composer.json b/composer.json index 2ba1671..931945e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "pfefferle/wordpress-autonomie", "description": "Pure Zen", "require": { - "php": ">=5.6.0", + "php": ">=7.4.0", "composer/installers": "~2.2" }, "type": "wordpress-theme", @@ -15,5 +15,10 @@ ], "extra": { "installer-name": "autonomie" + }, + "config": { + "allow-plugins": { + "composer/installers": true + } } } diff --git a/footer.php b/footer.php index 14a8bbf..2631fc3 100644 --- a/footer.php +++ b/footer.php @@ -28,7 +28,14 @@
- WordPress', 'Autonomie' ); ?> + WordPress', + 'Autonomie' + ); + ?>
diff --git a/functions.php b/functions.php index 6502443..3817825 100644 --- a/functions.php +++ b/functions.php @@ -470,7 +470,7 @@ function autonomie_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; ?>
  • id="li-comment-"> -
    +