Typo in get_calendar
git-svn-id: http://svn.automattic.com/wordpress/trunk@4523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3224300951
commit
3e5ade7a39
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue