self::log_post('n/a',null,get_post($this->site_ID),"could not reach feed at url: ".$this->feed_url);// TODO: log error
self::log_post('n/a',null,get_post($this->site_ID),sprintf(__('could not reach feed at url: %s','push-syndication'),$this->feed_url));// TODO: log error
return;
}
...
...
@@ -147,7 +146,7 @@ class Syndication_WP_XML_Client implements Syndication_Client {
@@ -565,26 +563,26 @@ class Syndication_WP_XML_Client implements Syndication_Client {
?>
</select>
</p>
<p><b>PLEASE NOTE:</b> post_title, post_guid, guid required. if you want a link to another site, is_permalink required. To include a static string, enclose the string as string(your_string_here) -- no quotes.</p>
<p><?phpprintf(__('<strong>PLEASE NOTE:</strong> %s are required. If you want a link to another site, %s required. To include a static string, enclose the string as "%s(your_string_here)" -- no quotes.','push-syndication'),'post_title, post_guid, guid','is_permalink','string');?></p>