Changeset 42228 for trunk/src/wp-includes/class-wp-post.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-post.php
r42201 r42228 284 284 285 285 if ( 'post_category' == $key ) 286 286 return true; 287 287 288 288 if ( 'tags_input' == $key ) 289 289 return true; 290 290 291 291 return metadata_exists( 'post', $this->ID, $key );
Note: See TracChangeset
for help on using the changeset viewer.