PluginProbe
FeedWordPress / 2011.0721
FeedWordPress v2011.0721
trunk 0.8 0.9 0.91 0.95 0.96 0.97 0.98 0.981 0.99 0.991 0.992 0.993 2008.1030 2008.1101 2008.1105 2008.1214 2009.0612 2009.0613 2009.0618 2009.0707 2009.1111 2009.1112 2010.0127 2010.0528 All 65 releases
← All changes | diagnostics-page.php +1 -0 2011.07062011.0721 View file →
@@ -237,8 +237,9 @@
237 237 /*static*/ function updates_box ($page, $box = NULL) {
238 238 $hours = get_option('feedwordpress_diagnostics_persistent_errors_hours', 2);
239 239 $fields = apply_filters('feedwordpress_diagnostics', array(
240 240 'Update Diagnostics' => array(
241 + 'update_schedule:check' => 'whenever a FeedWordPress checks in on the update schedule',
241 242 'updated_feeds' => 'as each feed is checked for updates',
242 243 'updated_feeds:errors:persistent' => 'when attempts to update a feed have resulted in errors</label> <label>for at least <input type="number" min="1" max="360" step="1" name="diagnostics_persistent_error_hours" value="'.$hours.'" /> hours',
243 244 'updated_feeds:errors' => 'any time FeedWordPress encounters any errors while checking a feed for updates',
244 245 'syndicated_posts' => 'as each syndicated post is added to the database',