From 923ee213c9d55e71d749ffce3000baddd2ecb396 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 20 Dec 2011 20:59:03 +0000 Subject: [PATCH] Update since. see #18845. git-svn-id: https://develop.svn.wordpress.org/trunk@19608 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index bed84abb69..76d8ca74b5 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3506,7 +3506,7 @@ function __return_empty_array() { * * Useful for returning null to filters easily. * - * @since 3.3.0 + * @since 3.4.0 * @return null */ function __return_null() {