From 700787f0c5c234dd080ec5f99dc0e5052fa9233e Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 9 Sep 2022 08:58:09 +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. Built from https://develop.svn.wordpress.org/trunk@54115 git-svn-id: http://core.svn.wordpress.org/trunk@53674 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/update.php | 17 +++++++++-------- wp-includes/version.php | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/wp-includes/update.php b/wp-includes/update.php index 568116bea5..4a822f6b64 100644 --- a/wp-includes/update.php +++ b/wp-includes/update.php @@ -1,13 +1,13 @@