Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin.php

    r17749 r17333  
    88
    99/**
    10  * In WordPress Administration Screens
     10 * In WordPress Administration Panels
    1111 *
    1212 * @since 2.3.2
     
    107107
    108108if ( current_user_can( 'manage_options' ) )
    109     @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
     109    @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', '256M' ) );
    110110
    111111do_action('admin_init');
Note: See TracChangeset for help on using the changeset viewer.