Changes between Initial Version and Version 1 of Ticket #48954, comment 1
- Timestamp:
- 12/12/2019 10:10:40 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48954, comment 1
initial v1 1 1 This is ''immediately'' because the `is_sticky()` function does not discriminate between types of posts, which I actually think isn't really the ultimate problem. 2 2 3 WordPress appears to check for post-type-stickiness in 2different ways, if at all:3 WordPress appears to check for post-type-stickiness in 3 different ways, if at all: 4 4 5 5 * `get_inline_data()` uses `if ( ! $post_type_object->hierarchical ) {`