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-theme-install-list-table.php

    r28493 r28497  
    273273        ?>
    274274        <a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
    275             <img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
     275            <img src="<?php echo esc_url( $theme->screenshot_url ); ?>" width="150" />
    276276        </a>
    277277
Note: See TracChangeset for help on using the changeset viewer.