- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r36887 r37488 283 283 284 284 /** 285 * Filter the taxonomy columns for attachments in the Media list table.285 * Filters the taxonomy columns for attachments in the Media list table. 286 286 * 287 287 * @since 3.5.0 … … 313 313 $posts_columns['date'] = _x( 'Date', 'column name' ); 314 314 /** 315 * Filter the Media list table columns.315 * Filters the Media list table columns. 316 316 * 317 317 * @since 2.5.0 … … 746 746 747 747 /** 748 * Filter the action links for each attachment in the Media list table.748 * Filters the action links for each attachment in the Media list table. 749 749 * 750 750 * @since 2.8.0
Note: See TracChangeset
for help on using the changeset viewer.