Typo in get_calendar

git-svn-id: http://svn.automattic.com/wordpress/trunk@4523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2006-11-23 18:31:27 +00:00
parent 3224300951
commit 3e5ade7a39
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ function get_calendar($initial = true) {
$key = md5( $m . $monthnum . $year );
if ( $cache = wp_cache_get( 'get_calendar', 'calendar' ) ) {
if ( isset( $cache[ $key ] ) ) {
echo $cache;
echo $cache[ $key ];
return;
}
}