Make WordPress Core


Ignore:
Timestamp:
11/08/2021 07:18:39 PM (3 years ago)
Author:
jorgefilipecosta
Message:

Update theme.json classes for WordPress 5.9.

This commit ports to core the changes to the classes that deal with theme.json code.

See #54336.
Props oandregal, spacedmonkey, noisysocks, hellofromtonya, youknowriad.

File:
1 edited

Legend:

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

    r51963 r52049  
    22612261            'border-bottom-style',
    22622262            'border-bottom-width',
     2263            'border-bottom-right-radius',
     2264            'border-bottom-left-radius',
    22632265            'border-left',
    22642266            'border-left-color',
     
    22692271            'border-top-style',
    22702272            'border-top-width',
     2273            'border-top-left-radius',
     2274            'border-top-right-radius',
    22712275
    22722276            'border-spacing',
     
    22832287
    22842288            'color',
     2289            'filter',
    22852290            'font',
    22862291            'font-family',
Note: See TracChangeset for help on using the changeset viewer.