From cabceb3dbb5908e7b8aaa47d9eb62bf81ce34ac0 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Wed, 18 Dec 2024 11:41:45 +0200 Subject: [PATCH] fix docblock --- classes/class-page-types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/class-page-types.php b/classes/class-page-types.php index 50d7d4b61..1d8dca47e 100644 --- a/classes/class-page-types.php +++ b/classes/class-page-types.php @@ -179,7 +179,7 @@ public function get_page_types() { * Get the page ID, based on the slug of the post-meta. * * @param string $post_type The post-type for the query. - * @param string $slug The slug of the post-meta value. + * @param string $slug The slug of the taxonomy term. * * @return \WP_Post[] Return the posts. */