Changeset 46821 for trunk/src/wp-includes/theme.php
- Timestamp:
- 12/06/2019 10:21:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r46696 r46821 3145 3145 * @param array $post_data An array of slashed post data. 3146 3146 * @param array $supplied_post_data An array of sanitized, but otherwise unmodified post data. 3147 * @return sarray Filtered data.3147 * @return array Filtered data. 3148 3148 */ 3149 3149 function _wp_customize_changeset_filter_insert_post_data( $post_data, $supplied_post_data ) {
Note: See TracChangeset
for help on using the changeset viewer.