Make WordPress Core


Ignore:
Timestamp:
05/19/2014 01:58:28 AM (11 years ago)
Author:
wonderboymusic
Message:

hackificator doesn't like mixed quote styles in some generated HTML. The switch from single to double allows these files to be parsed.

See #27881.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r28493 r28497  
    421421        $m = isset( $_GET['m'] ) ? (int) $_GET['m'] : 0;
    422422?>
    423         <select name='m'>
     423        <select name="m">
    424424            <option<?php selected( $m, 0 ); ?> value='0'><?php _e( 'All dates' ); ?></option>
    425425<?php
Note: See TracChangeset for help on using the changeset viewer.