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
This commit is contained in:
Ryan Boren 2013-03-18 13:35:34 +00:00
parent f1a3189b22
commit 18e3a300ab

View File

@ -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 * @since 2.9.0
* *