Changeset 15513 for trunk/wp-admin/includes/default-list-tables.php
- Timestamp:
- 08/20/2010 11:43:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/default-list-tables.php
r15512 r15513 1985 1985 'number' => $number, 1986 1986 'post_id' => $post_id, 1987 ' plural' => $comment_type,1987 'type' => $comment_type, 1988 1988 'orderby' => @$_REQUEST['orderby'], 1989 1989 'order' => @$_REQUEST['order'], … … 2044 2044 ?> 2045 2045 <select name="comment_type"> 2046 <option value=" all"><?php _e( 'Show all comment types' ); ?></option>2046 <option value=""><?php _e( 'Show all comment types' ); ?></option> 2047 2047 <?php 2048 2048 $comment_types = apply_filters( 'admin_comment_types_dropdown', array(
Note: See TracChangeset
for help on using the changeset viewer.