Problem/Motivation
In order to resolve #2009688: Replace theme() with drupal_render() in update module, theme_status_report needs to be updated to be compatible with drupal_render().
Proposed resolution
Update theme_status_report() and convert all implementations of theme('status_report') to the new drupal_render() approach.