| @@ -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', |