- Timestamp:
- 07/02/2021 07:07:01 PM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-content/themes/twentytwentyone/image.php
r50233 r51320 25 25 * Filter the default image attachment size. 26 26 * 27 * @param string $image_size Image size. Default 'large'. 27 * @since Twenty Twenty-One 1.0 28 * 29 * @param string $image_size Image size. Default 'full'. 28 30 */ 29 31 $image_size = apply_filters( 'twenty_twenty_one_attachment_size', 'full' );
Note: See TracChangeset
for help on using the changeset viewer.