Changeset 56429
- Timestamp:
- 08/23/2023 02:00:49 PM (17 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-includes/media.php
r56245 r56429 5623 5623 // Closure to increase media count for images with certain minimum threshold, mostly used for header images. 5624 5624 $maybe_increase_content_media_count = static function() use ( $attr ) { 5625 /** This filter is documented in wp- admin/includes/media.php */5625 /** This filter is documented in wp-includes/media.php */ 5626 5626 $wp_min_priority_img_pixels = apply_filters( 'wp_min_priority_img_pixels', 50000 ); 5627 5627 // Images with a certain minimum size in the header of the page are also counted towards the threshold.
Note: See TracChangeset
for help on using the changeset viewer.