Ticket #47959: 47959.patch
File 47959.patch, 537 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/includes/class-wp-posts-list-table.php
479 479 * 480 480 * @param bool $disable Whether to disable the drop-down. Default false. 481 481 */ 482 if ( apply_filters( 'disable_formats_dropdown', false ) ) {482 if ( apply_filters( 'disable_formats_dropdown', false, $post_type ) ) { 483 483 return; 484 484 } 485 485