Where would one fix the “cache”–in the code of the Twitter widget itself? If so, this is what mine says:
if ( !$tweets = wp_cache_get( ‘widget-twitter-‘ . $this->number , ‘widget’ ) ) {
$twitter_json_url = clean_url( “https://twitter.com/statuses/user_timeline/$account.json”, null, ‘raw’ );
How would I fix to fix the problem? This start, fyi, when I upgraded to 2.9.1.
Leah