Make WordPress Core

Ticket #51707: 51707.patch

File 51707.patch, 694 bytes (added by mukesh27, 4 years ago)

Added doc for "white-space"

  • src/wp-includes/kses.php

     
    21712171         * @since 5.3.0 Added support for `grid`, `flex` and `column` layout properties.
    21722172         *              Extend `background-*` support of individual properties.
    21732173         * @since 5.3.1 Added support for gradient backgrounds.
     2174         * @since 5.6.0 Added support for `white-space`.
    21742175         *
    21752176         * @param string[] $attr Array of allowed CSS attributes.
    21762177         */
     
    22322233                        'text-decoration',
    22332234                        'text-indent',
    22342235                        'text-transform',
     2236                        'white-space',
    22352237
    22362238                        'height',
    22372239                        'min-height',