Changeset 34080
- Timestamp:
- 09/12/2015 03:37:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r34001 r34080 1815 1815 $post->$field = sanitize_post_field($field, $post->$field, $post->ID, $context); 1816 1816 $post->filter = $context; 1817 } else {1817 } elseif ( is_array( $post ) ) { 1818 1818 // Check if post already filtered for this context. 1819 1819 if ( isset($post['filter']) && $context == $post['filter'] )
Note: See TracChangeset
for help on using the changeset viewer.