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:
azaozz
2009-12-12 06:40:16 +00:00
parent a8686bb67c
commit d4d309a1c6
7 changed files with 26 additions and 11 deletions

View File

@@ -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.
*