- Timestamp:
- 07/14/2015 05:46:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r33269 r33270 648 648 */ 649 649 protected function handle_row_actions( $post, $column_name, $primary ) { 650 if ( $primary === $column_name ) { 651 $att_title = _draft_or_post_title(); 652 return $this->row_actions( $this->_get_row_actions( $post, $att_title ) ); 653 } 650 if ( $primary !== $column_name ) { 651 return ''; 652 } 653 654 $att_title = _draft_or_post_title(); 655 return $this->row_actions( $this->_get_row_actions( $post, $att_title ) ); 654 656 } 655 657 }
Note: See TracChangeset
for help on using the changeset viewer.