MagpieRSS::is_rss()

最后更新于:2021-11-25 20:27:02

MagpieRSS::is_rss()

源文件

文件: gc-includes/rss.php

	function is_rss () {
		if ( $this->feed_type == RSS ) {
			return $this->feed_version;
		}
		else {
			return false;
		}
	}