- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-constants.php
r17804 r14924 25 25 } 26 26 27 if ( ! defined( 'WP_MAX_MEMORY_LIMIT' ) ) {28 define( 'WP_MAX_MEMORY_LIMIT', '256M' );29 }30 31 27 /** 32 28 * The $blog_id global, which you can change in the config allows you to create a simple … … 277 273 function wp_templating_constants( ) { 278 274 /** 279 * Filesystem path to the current active template directory275 * Web Path to the current active template directory 280 276 * @since 1.5.0 281 277 */ … … 283 279 284 280 /** 285 * Filesystem path to the current active template stylesheet directory281 * Web Path to the current active template stylesheet directory 286 282 * @since 2.1.0 287 283 */ … … 295 291 */ 296 292 if ( !defined('WP_DEFAULT_THEME') ) 297 define( 'WP_DEFAULT_THEME', 'twenty eleven' );293 define( 'WP_DEFAULT_THEME', 'twentyten' ); 298 294 299 295 }
Note: See TracChangeset
for help on using the changeset viewer.