mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Disable trash for attachments for now pending improvements in 3.0, fixes #11149
git-svn-id: https://develop.svn.wordpress.org/trunk@12377 602fd350-edb4-49c9-b593-d223f7449a82
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