Changeset 55870 for trunk/src/wp-includes/functions.php
- Timestamp:
- 05/30/2023 05:43:27 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r55851 r55870 7576 7576 * @since 4.6.0 The default now takes the original `memory_limit` into account. 7577 7577 * 7578 * @param int|string $filtered_limit Maximum memory limit to allocate for image s.7578 * @param int|string $filtered_limit Maximum memory limit to allocate for image processing. 7579 7579 * Default `WP_MAX_MEMORY_LIMIT` or the original 7580 7580 * php.ini `memory_limit`, whichever is higher. … … 7587 7587 default: 7588 7588 /** 7589 * Filters the memory limit allocated for a rbitrary contexts.7589 * Filters the memory limit allocated for an arbitrary context. 7590 7590 * 7591 7591 * The dynamic portion of the hook name, `$context`, refers to an arbitrary … … 7595 7595 * @since 4.6.0 7596 7596 * 7597 * @param int|string $filtered_limit Maximum memory limit to allocate for images.7598 * Default '256M'or the original php.ini `memory_limit`,7597 * @param int|string $filtered_limit Maximum memory limit to allocate for this context. 7598 * Default WP_MAX_MEMORY_LIMIT` or the original php.ini `memory_limit`, 7599 7599 * whichever is higher. Accepts an integer (bytes), or a 7600 7600 * shorthand string notation, such as '256M'.
Note: See TracChangeset
for help on using the changeset viewer.