Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:46:56 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Various corrections to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48572 r48573  
    10351035 * @global string[]       $pass_allowed_protocols Array of allowed URL protocols.
    10361036 *
     1037 * @param array $matches preg_replace regexp matches
    10371038 * @return string
    10381039 */
     
    17131714 * @param string   $string            Content to check for bad protocols.
    17141715 * @param string[] $allowed_protocols Array of allowed URL protocols.
     1716 * @param int      $count             Depth of call recursion to this function.
    17151717 * @return string Sanitized content.
    17161718 */
Note: See TracChangeset for help on using the changeset viewer.