From 426ca24a2f664512a6be05bfe9e6607f614ce2c7 Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Wed, 1 Jan 2025 06:06:34 +0100 Subject: [PATCH] Fix missing comment mod menu --- .../comments/_comments_moderation.php | 37 ++++++++++--------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/includes/functions/comments/_comments_moderation.php b/includes/functions/comments/_comments_moderation.php index af51905d..37a4f01e 100644 --- a/includes/functions/comments/_comments_moderation.php +++ b/includes/functions/comments/_comments_moderation.php @@ -375,26 +375,29 @@ function fictioneer_track_comment_edit( $data, $comment ) { // RENDER COMMENT MODERATION MENU // ============================================================================= -function fictioneer_comment_moderation_template() { - // Abort if... - if ( ! get_option( 'fictioneer_enable_ajax_comment_moderation' ) ) { - return; - } +/** + * Renders the comment moderation menu template + * + * @since 4.27.0 + */ +function fictioneer_comment_moderation_template() { // Start HTML ---> ?>