- Timestamp:
- 09/04/2020 08:39:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r48741 r48941 473 473 474 474 /** 475 * Displays a comment statusdrop-down for filtering on the Comments list table.475 * Displays a comment type drop-down for filtering on the Comments list table. 476 476 * 477 477 * @since 5.5.0 … … 481 481 protected function comment_status_dropdown( $comment_type ) { 482 482 /** 483 * Filters the comment types dropdown menu.483 * Filters the comment types shown in the drop-down menu on the Comments list table. 484 484 * 485 485 * @since 2.7.0 486 486 * 487 * @param array $comment_types An array of comment types. Accepts 'Comments', 'Pings'.487 * @param string[] $comment_types Array of comment type labels keyed by their name. 488 488 */ 489 489 $comment_types = apply_filters(
Note: See TracChangeset
for help on using the changeset viewer.