IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
495 | 495 | ?> |
496 | 496 | <div class="inside"> |
497 | 497 | <?php |
498 | | $sample_permalink_html = $post_type_object->public ? get_sample_permalink_html($post->ID) : ''; |
| 498 | $sample_permalink_html = $post_type_object->publicly_queryable ? get_sample_permalink_html($post->ID) : ''; |
499 | 499 | $shortlink = wp_get_shortlink($post->ID, 'post'); |
500 | 500 | |
501 | 501 | if ( !empty( $shortlink ) && $shortlink !== $permalink && $permalink !== home_url('?page_id=' . $post->ID) ) |