From 9bbe4977d4f66ef6819ff202b30ff61ddd414439 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 25 Feb 2026 15:00:30 +0100 Subject: [PATCH] FIX: Corrected indentation for 'items_list' in taxonomy registration to improve code readability. --- mu-plugins/carhop-post-types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu-plugins/carhop-post-types.php b/mu-plugins/carhop-post-types.php index 2dddd8e..527b70d 100644 --- a/mu-plugins/carhop-post-types.php +++ b/mu-plugins/carhop-post-types.php @@ -223,7 +223,7 @@ function carhop_register_taxonomies() 'search_items' => __('Rechercher des types', 'carhop-post-types'), 'not_found' => __('Non trouvé', 'carhop-post-types'), 'no_terms' => __('Aucun type', 'carhop-post-types'), - 'items_list' => __('Liste des types', 'carhop-post-types'), + 'items_list' => __('Liste des types', 'carhop-post-types'), 'items_list_navigation' => __('Navigation dans la liste des types', 'carhop-post-types'), ); $args = array(