RSSCache::RSSCache( $base = '',  $age = '' )

PHP4 constructor.


Source

File: wp-includes/rss.php

	public function RSSCache( $base = '', $age = '' ) {
		self::__construct( $base, $age );
	}