BUG REPORT
-
Bug report to fix in next release. Dont know where to best report a bug for the plugin/authors.
Version 2026.0517
syndicatedpost.class.php
Row 2047. Has a whitespace that makes RSS feeds without authors for their articles fail: ‘get_userdata ‘
Should be:
elseif ( is_numeric( $unfamiliar_author ) and function_exists( ‘get_userdata’ ) and get_userdata((int) $unfamiliar_author ) ) :
Not:
elseif ( is_numeric( $unfamiliar_author ) and function_exists( ‘get_userdata ‘ ) and get_userdata((int) $unfamiliar_author ) ) :
You must be logged in to reply to this topic.