[wp-trac] [WordPress Trac] #9409: Mandatory setting for variable
uploads_use_yearmonth_folders
WordPress Trac
wp-trac at lists.automattic.com
Sat Mar 28 18:25:41 GMT 2009
#9409: Mandatory setting for variable uploads_use_yearmonth_folders
-------------------------+--------------------------------------------------
Reporter: hspaans | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Unassigned
Component: Upload | Version: 2.7.1
Severity: normal | Keywords: mandatory upload structure
-------------------------+--------------------------------------------------
The reasoning behing this patch is to make WordPress shared hosting
friendly by using a shared codebase and mandatory settings.
This patch overrules database parameter "uploads_use_yearmonth_folders"
and removes the interface option when the following constant is set in wp-
config.php:
{{{
define('WP_UPLOADS_USE_YEARMONTH_FOLDERS', false);
define('WP_UPLOADS_USE_YEARMONTH_FOLDERS', true);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9409>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list