From 63a63d7b31202c134a20b42f66a0a41dff7c968a Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Mon, 23 Mar 2020 19:07:52 +0100 Subject: [PATCH] Remove ?filter=5 from theme review link --- functions/theme-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/theme-options.php b/functions/theme-options.php index 0bf3d93..85a813b 100644 --- a/functions/theme-options.php +++ b/functions/theme-options.php @@ -24,7 +24,7 @@ Kirki::add_section( 'reviewlink', array( 'panel' => 'options', 'type' => 'link', 'button_text' => esc_html__( 'Write a Review', 'curver' ), - 'button_url' => 'https://wordpress.org/support/theme/curver/reviews/?filter=5#new-post', + 'button_url' => 'https://wordpress.org/support/theme/curver/reviews/#new-post', 'priority' => 1, ) );