Completed
Push — update/podcast-feed-detection ( 8d7eaf )
by
unknown
33:29 queued 24:22
created
_inc/lib/class-jetpack-podcast-helper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
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' ) );
Please login to merge, or discard this patch.