mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Remove "Show" prefix from filter dropdowns, see #26743.
git-svn-id: https://develop.svn.wordpress.org/trunk@27626 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -233,7 +233,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||
if ( 'top' == $which ) {
|
||||
?>
|
||||
<select name="comment_type">
|
||||
<option value=""><?php _e( 'Show all comment types' ); ?></option>
|
||||
<option value=""><?php _e( 'All comment types' ); ?></option>
|
||||
<?php
|
||||
/**
|
||||
* Filter the comment types dropdown menu.
|
||||
|
||||
Reference in New Issue
Block a user