Make WordPress Core


Ignore:
Timestamp:
02/07/2016 12:17:59 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Use the correct parameter name in the DocBlock for wp_kses_post_deep(), introduced in [36429].

Props sebastianpisula.
Fixes #35700. See #35316.

File:
1 edited

Legend:

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

    r36429 r36489  
    15881588 * @since 4.4.2
    15891589 *
    1590  * @param mixed $value The array or string to filter.
    1591  * @return mixed $value The filtered content.
     1590 * @see map_deep()
     1591 *
     1592 * @param mixed $data The array, object, or scalar value to inspect.
     1593 * @return mixed The filtered content.
    15921594 */
    15931595function wp_kses_post_deep( $data ) {
Note: See TracChangeset for help on using the changeset viewer.