- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-constants.php
r14924 r17804 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 … … 273 277 function wp_templating_constants( ) { 274 278 /** 275 * Web Path to the current active template directory279 * Filesystem path to the current active template directory 276 280 * @since 1.5.0 277 281 */ … … 279 283 280 284 /** 281 * Web Path to the current active template stylesheet directory285 * Filesystem path to the current active template stylesheet directory 282 286 * @since 2.1.0 283 287 */ … … 291 295 */ 292 296 if ( !defined('WP_DEFAULT_THEME') ) 293 define( 'WP_DEFAULT_THEME', 'twenty ten' );297 define( 'WP_DEFAULT_THEME', 'twentyeleven' ); 294 298 295 299 }
Note: See TracChangeset
for help on using the changeset viewer.