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, ) );