Make WordPress Core


Ignore:
Timestamp:
04/16/2013 05:18:30 PM (12 years ago)
Author:
lancewillett
Message:

Bundled themes: add identifier to style elements added by the theme. Fixes #24033.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/inc/custom-header.php

    r23680 r24001  
    8181    // If we get this far, we have custom styles.
    8282    ?>
    83     <style type="text/css">
     83    <style type="text/css" id="twentythirteen-header-css">
    8484    <?php
    8585        if ( ! empty( $header_image ) ) :
     
    130130    $header_image = get_header_image();
    131131?>
    132     <style type="text/css">
     132    <style type="text/css" id="twentythirteen-admin-header-css">
    133133    .appearance_page_custom-header #headimg {
    134134        border: none;
Note: See TracChangeset for help on using the changeset viewer.