From c83fe52cb85328e551b14dc8d4c9c0f6fe1eb7ba Mon Sep 17 00:00:00 2001 From: Mark Kelnar <749603+markkelnar@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:49:08 -0500 Subject: [PATCH] fix docblock comment to be meaningful --- src/Admin/Editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Admin/Editor.php b/src/Admin/Editor.php index 4129360f..ee96165c 100644 --- a/src/Admin/Editor.php +++ b/src/Admin/Editor.php @@ -58,7 +58,7 @@ public function validate_before_save_cb( $data, $post ) { } /** - * Initialize Admin functionality for WPGraphQL + * On save, validate the form data. * * @param int $post_id post id * @return void|bool