Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:21:07 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Correct various docblocks documentation.

See #48303

File:
1 edited

Legend:

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

    r46696 r46821  
    31453145 * @param array $post_data          An array of slashed post data.
    31463146 * @param array $supplied_post_data An array of sanitized, but otherwise unmodified post data.
    3147  * @returns array Filtered data.
     3147 * @return array Filtered data.
    31483148 */
    31493149function _wp_customize_changeset_filter_insert_post_data( $post_data, $supplied_post_data ) {
Note: See TracChangeset for help on using the changeset viewer.