clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
<?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.
}
/**
* Gin facelift update.
*/
function gin_toolbar_post_update_gin_toolbar_beta21() {
// Empty update to cause a cache rebuild.
}
/**
* Requires Gin Admin Theme Beta 2 or later.
*/
function gin_toolbar_post_update_gin_toolbar_beta22() {
// Empty update to cause a cache rebuild.
}