gin_toolbar.post_update.php in Gin Toolbar 8
Post update functions for Gin Toolbar.
File
gin_toolbar.post_update.phpView source
<?php
/**
* @file
* Post update functions for Gin Toolbar.
*/
/**
* Please update Gin to version 8.x-3.x-alpha32+ for new settings.
*/
function gin_toolbar_post_update_update_gin_alpha32() {
// Empty update to cause a cache rebuild.
}
/**
* Fixes template discovery.
*/
function gin_toolbar_post_update_gin_toolbar_beta19() {
// Empty update to cause a cache rebuild.
}
Functions
Name | Description |
---|---|
gin_toolbar_post_update_gin_toolbar_beta19 | Fixes template discovery. |
gin_toolbar_post_update_update_gin_alpha32 | Please update Gin to version 8.x-3.x-alpha32+ for new settings. |