- Timestamp:
- 10/17/2020 04:03:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r48618 r49183 803 803 * @since 4.3.0 804 804 * 805 * @param object $post Attachment being acted upon.806 * @param string $column_name Current column name.807 * @param string $primary Primary column name.805 * @param WP_Post $post Attachment being acted upon. 806 * @param string $column_name Current column name. 807 * @param string $primary Primary column name. 808 808 * @return string Row actions output for media attachments, or an empty string 809 809 * if the current column is not the primary column.
Note: See TracChangeset
for help on using the changeset viewer.