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/twentytwelve/inc/custom-header.php

    r23717 r24001  
    7777    // If we get this far, we have custom styles.
    7878    ?>
    79     <style type="text/css">
     79    <style type="text/css" id="twentytwelve-header-css">
    8080    <?php
    8181        // Has the text been hidden?
     
    108108function twentytwelve_admin_header_style() {
    109109?>
    110     <style type="text/css">
     110    <style type="text/css" id="twentytwelve-header-css">
    111111    .appearance_page_custom-header #headimg {
    112112        border: none;
Note: See TracChangeset for help on using the changeset viewer.