PHP4 constructor.
Source
public function RSSCache( $base = '', $age = '' ) {
self::__construct( $base, $age );
}
CARVIEW |
PHP4 constructor.
public function RSSCache( $base = '', $age = '' ) {
self::__construct( $base, $age );
}
Uses | Description |
---|---|
RSSCache::__construct()wp-includes/rss.php | PHP5 constructor. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.