Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:11:48 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Descriptive improvements and corrections for various docblocks.

See #53399

File:
1 edited

Legend:

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

    r51007 r51300  
    855855    if ( is_array( $context ) ) {
    856856        /**
    857          * Filters the HTML that is allowed for a given context.
     857         * Filters the HTML tags that are allowed for a given context.
    858858         *
    859859         * @since 3.5.0
     
    10411041 * @global string[]       $pass_allowed_protocols Array of allowed URL protocols.
    10421042 *
    1043  * @param array $matches preg_replace regexp matches
     1043 * @param array $match preg_replace regexp matches
    10441044 * @return string
    10451045 */
Note: See TracChangeset for help on using the changeset viewer.