From 18e3a300ab1fc674ca2d0cb7a2305fb52bf3737b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 18 Mar 2013 13:35:34 +0000 Subject: [PATCH] Remove old phpdoc that incorrectly marks wp_timezone_choice() as temporary. Props danielbachhuber fixes #23804 git-svn-id: https://develop.svn.wordpress.org/trunk@23738 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 ca414ea470..b55bca12f7 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3327,7 +3327,7 @@ function _wp_timezone_choice_usort_callback( $a, $b ) { } /** - * Gives a nicely formatted list of timezone strings. // temporary! Not in final + * Gives a nicely formatted list of timezone strings. * * @since 2.9.0 *