Changeset 53428
- Timestamp:
- 05/21/2022 12:05:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-post.php
r53042 r53428 15 15 * @property string $page_template 16 16 * 17 * @property-read int[] $ancestors18 * @property-read int $post_category19 * @property-read string $tag_input17 * @property-read int[] $ancestors 18 * @property-read int[] $post_category 19 * @property-read string[] $tags_input 20 20 */ 21 21 final class WP_Post {
Note: See TracChangeset
for help on using the changeset viewer.