is_info( $sc ) Source File: wp-includes/rss.php function is_info ($sc) { return $sc >= 100 && $sc < 200; } Expand Source Code View on GitHub