Make WordPress Core


Ignore:
Timestamp:
10/24/2022 03:56:05 PM (3 years ago)
Author:
davidbaumwald
Message:

Media: Add object-fit to the allowed list of CSS properties.

This resolves a bug in Featured Image blocks where object-fit was being removed during the render_callback.

Props raduiason, pbiron, kebbet, SergeyBiryukov, bernhard-reiter, ironprogrammer, xknown, audrasjb, ckanderson22, ivanjeronimo, seriouslysenpai.
Reviewed by SergeyBiryukov.
Merges [54675] to the 6.1 branch.
Fixes #56855.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.1/src/wp-includes/kses.php

    r54181 r54676  
    23902390            'float',
    23912391            'list-style-type',
     2392            'object-fit',
    23922393            'object-position',
    23932394            'overflow',
Note: See TracChangeset for help on using the changeset viewer.