From bccb7897d7464958561bdb6f58c918c5c160efd1 Mon Sep 17 00:00:00 2001 From: westi Date: Tue, 30 Oct 2007 21:40:30 +0000 Subject: [PATCH] Add documentation for wp_version_check(). Fixes #5233 props darkdragon. git-svn-id: http://svn.automattic.com/wordpress/trunk@6297 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/update.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/wp-includes/update.php b/wp-includes/update.php index 53f79590e..92e461c41 100644 --- a/wp-includes/update.php +++ b/wp-includes/update.php @@ -1,7 +1,23 @@