Whenever I upload items to WordPress via the Media Library it is saved in wp-contents/uploads/2017/12
.
I tried disabling the year based upload setting and reenabling it but this didn't work. Is this a known bug?
$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>
Whenever I upload items to WordPress via the Media Library it is saved in wp-contents/uploads/2017/12
.
I tried disabling the year based upload setting and reenabling it but this didn't work. Is this a known bug?