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:
Dominik Schilling (ocean90)
2014-03-19 22:12:13 +00:00
parent 0b74a67262
commit 9e92a95ec5
3 changed files with 11 additions and 11 deletions
@@ -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.