Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:00:07 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Capitalize "ID", when referring to a post ID, term ID, etc. in a more consistent way.

See #49572.

File:
1 edited

Legend:

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

    r48086 r48104  
    23712371             *
    23722372             * @param bool   $allow_css       Whether the CSS in the test string is considered safe.
    2373              * @param string $css_test_string The css string to test.
     2373             * @param string $css_test_string The CSS string to test.
    23742374             */
    23752375            $allow_css = apply_filters( 'safecss_filter_attr_allow_css', $allow_css, $css_test_string );
    23762376
    2377              // Only add the css part if it passes the regex check.
     2377             // Only add the CSS part if it passes the regex check.
    23782378            if ( $allow_css ) {
    23792379                if ( '' !== $css ) {
Note: See TracChangeset for help on using the changeset viewer.