Changes in trunk/wp-admin/admin.php [17749:17333]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin.php
r17749 r17333 8 8 9 9 /** 10 * In WordPress Administration Screens10 * In WordPress Administration Panels 11 11 * 12 12 * @since 2.3.2 … … 107 107 108 108 if ( 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' ) ); 110 110 111 111 do_action('admin_init');
Note: See TracChangeset
for help on using the changeset viewer.