From 554b39d0629d3e00a104d84af345977528e8f761 Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:38:34 +0200 Subject: [PATCH] Fix action parameter --- single-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single-post.php b/single-post.php index 550c6f1c..d05781d9 100644 --- a/single-post.php +++ b/single-post.php @@ -35,7 +35,7 @@ get_header();
- 'single-post' ) ); ?> + ID, array( 'context' => 'single-post' ) ); ?>