- Timestamp:
- 09/14/2023 12:44:23 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r56450 r56586 881 881 } 882 882 883 // Restores the more descriptive, specific name for use within this method. 884 $post = $item; 885 883 886 $att_title = _draft_or_post_title(); 884 $actions = $this->_get_row_actions( 885 $item, // WP_Post object for an attachment. 886 $att_title 887 ); 887 $actions = $this->_get_row_actions( $post, $att_title ); 888 888 889 889 return $this->row_actions( $actions );
Note: See TracChangeset
for help on using the changeset viewer.