Changeset 32800 for trunk/src/wp-includes/default-constants.php
- Timestamp:
- 06/16/2015 08:00:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-constants.php
r31056 r32800 18 18 // set memory limits 19 19 if ( !defined('WP_MEMORY_LIMIT') ) { 20 if ( is_multisite() ) {20 if ( is_multisite() ) { 21 21 define('WP_MEMORY_LIMIT', '64M'); 22 22 } else {
Note: See TracChangeset
for help on using the changeset viewer.