Remove old phpdoc that incorrectly marks wp_timezone_choice() as temporary.

Props danielbachhuber
fixes #23804


git-svn-id: http://core.svn.wordpress.org/trunk@23738 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan Boren 2013-03-18 13:35:34 +00:00
parent d967428a04
commit 9f44cb4038
1 changed files with 1 additions and 1 deletions

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
*