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