Change record status: 
Project: 
Introduced in branch: 
7.x
Introduced in version: 
7.68
Description: 

This was a backport of https://www.drupal.org/node/2282663

In D7 the theme_table() function takes an optional footer variable:

 *   - footer: An array of table rows which will be printed within a <tfoot>    
 *     tag, in the same format as the rows element (see above).                 
 *     The structure is the same the one defined for the "rows" key except      
 *     that the no_striping boolean has no effect, there is no rows striping    
 *     for the table footer. 
Impacts: 
Module developers
Themers
Distribution developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done