Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-constants.php

    r17804 r14924  
    2525    }
    2626
    27     if ( ! defined( 'WP_MAX_MEMORY_LIMIT' ) ) {
    28         define( 'WP_MAX_MEMORY_LIMIT', '256M' );
    29     }
    30 
    3127    /**
    3228     * The $blog_id global, which you can change in the config allows you to create a simple
     
    277273function wp_templating_constants( ) {
    278274    /**
    279      * Filesystem path to the current active template directory
     275     * Web Path to the current active template directory
    280276     * @since 1.5.0
    281277     */
     
    283279
    284280    /**
    285      * Filesystem path to the current active template stylesheet directory
     281     * Web Path to the current active template stylesheet directory
    286282     * @since 2.1.0
    287283     */
     
    295291     */
    296292    if ( !defined('WP_DEFAULT_THEME') )
    297         define( 'WP_DEFAULT_THEME', 'twentyeleven' );
     293        define( 'WP_DEFAULT_THEME', 'twentyten' );
    298294
    299295}
Note: See TracChangeset for help on using the changeset viewer.