From 2794dae3cdab513fe0ed4198286d7b552b9cf611 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 3 Jun 2025 16:45:25 +0200 Subject: [PATCH] DELETE removing editor support for Revues --- includes/post_types.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/post_types.php b/includes/post_types.php index 91b1c8e..2eec5b2 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -21,7 +21,6 @@ function dynamiques_create_posttype() 'menu_position' => 4, 'supports' => array( 'title', - // 'editor', 'thumbnail', 'excerpt', 'custom-fields', @@ -54,8 +53,6 @@ function dynamiques_create_posttype() 'revisions', 'author', ), - - ) ); }