KSES: Remove duplicate object-position property.

As part of some recent changes, the property was added to the list of safe CSS properties twice.

Follow-up to [50634], [50761].

See #52991.

git-svn-id: https://develop.svn.wordpress.org/trunk@50922 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-05-17 20:47:00 +00:00
parent 0f45b89ffd
commit 15dffe06c8

View File

@ -2248,8 +2248,6 @@ function safecss_filter_attr( $css, $deprecated = '' ) {
'margin-left',
'margin-top',
'object-position',
'padding',
'padding-right',
'padding-bottom',