- Timestamp:
- 05/19/2014 05:03:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r28486 r28500 249 249 250 250 foreach ( $comment_types as $type => $label ) 251 echo "\t <option value='" . esc_attr( $type ) . "'". selected( $comment_type, $type, false ) . ">$label</option>\n";251 echo "\t" . '<option value="' . esc_attr( $type ) . '"' . selected( $comment_type, $type, false ) . ">$label</option>\n"; 252 252 ?> 253 253 </select>
Note: See TracChangeset
for help on using the changeset viewer.