最后更新于:2021-11-25 20:27:02
文件: gc-includes/rss.php
function is_rss () { if ( $this->feed_type == RSS ) { return $this->feed_version; } else { return false; } }