MagpieRSS::is_atom()

最后更新于:2021-11-25 20:26:33

MagpieRSS::is_atom()

源文件

文件: gc-includes/rss.php

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