From 82b38547ebc638402d6e5a813df1844fe4ee2cb9 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Fri, 9 Sep 2022 08:56:38 +0000 Subject: [PATCH] Docs: Various docblock fixes in `wp-includes/update.php`, as per documentation standards. This addresses some files modified in changeset [54113]. See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@54115 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/update.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/wp-includes/update.php b/src/wp-includes/update.php index 568116bea5..4a822f6b64 100644 --- a/src/wp-includes/update.php +++ b/src/wp-includes/update.php @@ -1,13 +1,13 @@