Make WordPress Core


Ignore:
Timestamp:
06/28/2020 11:51:29 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

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

    r48139 r48198  
    21472147         * @since 5.0.0 Added support for `background-image`.
    21482148         * @since 5.1.0 Added support for `text-transform`.
    2149          * @since 5.2.0 Added support for `background-position` and `grid-template-columns`
     2149         * @since 5.2.0 Added support for `background-position` and `grid-template-columns`.
    21502150         * @since 5.3.0 Added support for `grid`, `flex` and `column` layout properties.
    21512151         *              Extend `background-*` support of individual properties.
     
    22632263                        'direction',
    22642264                        'float',
     2265                        'list-style-type',
    22652266                        'overflow',
    22662267                        'vertical-align',
    2267                         'list-style-type',
    22682268                )
    22692269        );
Note: See TracChangeset for help on using the changeset viewer.