Changeset 17749 for trunk/wp-includes/default-constants.php
- Timestamp:
- 04/28/2011 04:25:36 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-constants.php
r17745 r17749 25 25 } 26 26 27 if ( ! defined( 'WP_MAX_MEMORY_LIMIT' ) ) { 28 define( 'WP_MAX_MEMORY_LIMIT', '256M' ); 29 } 30 27 31 /** 28 32 * The $blog_id global, which you can change in the config allows you to create a simple
Note: See TracChangeset
for help on using the changeset viewer.