- Timestamp:
- 06/16/2015 08:00:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r32798 r32800 634 634 */ 635 635 protected function handle_row_actions( $link, $column_name, $primary ) { 636 if ( $primary === $column_name ) {636 if ( $primary === $column_name ) { 637 637 return $this->row_actions( $this->_get_row_actions( $post, $att_title ) ); 638 638 }
Note: See TracChangeset
for help on using the changeset viewer.