Make WordPress Core


Ignore:
Timestamp:
06/03/2020 10:00:27 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

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

    r47891 r47892  
    23062306             * Filters the regex limiting the list of characters not allowed in CSS rules.
    23072307             *
    2308              * Default behaviour is to remove any css containing \ ( & } = or comments, except for url() usage.
     2308             * Default behaviour is to remove any CSS containing \ ( & } = or comments,
     2309             * except for url() usage.
    23092310             *
    23102311             * @since 5.5.0
    23112312             *
    2312              * @param string $regex           Regex pattern of disallowed characters in CSS rules. Default is '%[\\\(&=}]|/\*%'.
     2313             * @param string $regex           Regex pattern of disallowed characters in CSS rules.
     2314             *                                Default is '%[\\\(&=}]|/\*%'.
    23132315             * @param string $css_test_string CSS value to test.
    23142316             */
Note: See TracChangeset for help on using the changeset viewer.