diff --git wp-admin/includes/class-wp-posts-list-table.php wp-admin/includes/class-wp-posts-list-table.php
index e623ab5..64c9704 100644
|
|
|
class WP_Posts_List_Table extends WP_List_Table { |
| 560 | 560 | |
| 561 | 561 | $actions = apply_filters( is_post_type_hierarchical( $post->post_type ) ? 'page_row_actions' : 'post_row_actions', $actions, $post ); |
| 562 | 562 | echo $this->row_actions( $actions ); |
| | 563 | |
| | 564 | if ( isset( $actions['inline hide-if-no-js'] ) ) |
| | 565 | get_inline_data( $post ); |
| 563 | 566 | |
| 564 | | get_inline_data( $post ); |
| 565 | 567 | echo '</td>'; |
| 566 | 568 | break; |
| 567 | 569 | |