Changeset 17278
- Timestamp:
- 01/13/2011 01:21:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-posts-list-table.php
r17277 r17278 558 558 } 559 559 560 $actions = apply_filters( $this->hierarchical_display? 'page_row_actions' : 'post_row_actions', $actions, $post );560 $actions = apply_filters( is_post_type_hierarchical( $post->post_type ) ? 'page_row_actions' : 'post_row_actions', $actions, $post ); 561 561 echo $this->row_actions( $actions ); 562 562
Note: See TracChangeset
for help on using the changeset viewer.