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

system_region_list() gets a list of available regions from a specified theme. Previously, this would always take the form $region['name'] = 'description'.

A third $labels parameter has been added (defaulting to TRUE), which specifies whether the human readable machine names should be returned or not. Calling code can set this to FALSE for better performance, if it only needs machine names.

For more information, see the system_region_list() documentation.

Impacts: 
Module 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