Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48954, comment 1


Ignore:
Timestamp:
12/12/2019 10:10:40 PM (3 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48954, comment 1

    initial v1  
    11This is ''immediately'' because the `is_sticky()` function does not discriminate between types of posts, which I actually think isn't really the ultimate problem.
    22
    3 WordPress appears to check for post-type-stickiness in 2 different ways, if at all:
     3WordPress appears to check for post-type-stickiness in 3 different ways, if at all:
    44
    55* `get_inline_data()` uses `if ( ! $post_type_object->hierarchical ) {`