@@ -150,7 +150,7 @@ |
||
150 | 150 | * Loads an RSS feed using `fetch_feed`. |
151 | 151 | * |
152 | 152 | * @param string $feed The RSS feed URL to load. |
153 | - * @return SimplePie|WP_Error The RSS object or error. |
|
153 | + * @return string The RSS object or error. |
|
154 | 154 | */ |
155 | 155 | private static function load_feed( $feed ) { |
156 | 156 | add_action( 'wp_feed_options', array( __CLASS__, 'set_podcast_locator' ) ); |