function amp_update_7001 in Accelerated Mobile Pages (AMP) 7
Enable submodule amp_analytics.
File
- ./
amp.install, line 112 - Contains amp.install.
Code
function amp_update_7001() {
// For backwards compatibility since the code has been moved to a submodule.
module_enable(array(
'amp_analytics',
));
}