Disable trash for attachments for now pending improvements in 3.0, fixes #11149
git-svn-id: http://svn.automattic.com/wordpress/trunk@12377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -224,6 +224,12 @@ if ( defined('WP_DEBUG') && WP_DEBUG == true ) {
|
||||
if ( defined('WP_CACHE') && WP_CACHE )
|
||||
@include WP_CONTENT_DIR . '/advanced-cache.php';
|
||||
|
||||
/**
|
||||
* Private
|
||||
*/
|
||||
if ( !defined('MEDIA_TRASH') )
|
||||
define('MEDIA_TRASH', false);
|
||||
|
||||
/**
|
||||
* Stores the location of the WordPress directory of functions, classes, and core content.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user