#198332 by catch: cache clear button was named 'cache' accidentally, but this conflicts with the 'cache' setting, so renames to 'clear'
parent
83e77b3735
commit
9a971410df
|
@ -1255,7 +1255,7 @@ function system_performance_settings() {
|
|||
'#description' => t('Caching data improves performance, but may cause problems while troubleshooting new modules, themes, or translations, if outdated information has been cached. To refresh all cached data on your site, click the button below. <em>Warning: high-traffic sites will experience performance slowdowns while cached data is rebuilt.</em>'),
|
||||
);
|
||||
|
||||
$form['clear_cache']['cache'] = array(
|
||||
$form['clear_cache']['clear'] = array(
|
||||
'#type' => 'submit',
|
||||
'#value' => t('Clear cached data'),
|
||||
'#submit' => array('system_clear_cache_submit'),
|
||||
|
|
Loading…
Reference in New Issue