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:
parent
d967428a04
commit
9f44cb4038
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue