Changeset 58937
- Timestamp:
- 08/26/2024 08:12:24 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-constants.php
r58017 r58937 59 59 } elseif ( -1 === $current_limit_int || $current_limit_int > 268435456 /* = 256M */ ) { 60 60 define( 'WP_MAX_MEMORY_LIMIT', $current_limit ); 61 } elseif ( wp_convert_hr_to_bytes( WP_MEMORY_LIMIT ) > 268435456 /* = 256M */ ) { 62 define( 'WP_MAX_MEMORY_LIMIT', WP_MEMORY_LIMIT ); 61 63 } else { 62 64 define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Note: See TracChangeset
for help on using the changeset viewer.