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/twentyeleven/functions.php

    r23899 r24001  
    225225    // If we get this far, we have custom styles. Let's do this.
    226226    ?>
    227     <style type="text/css">
     227    <style type="text/css" id="twentyeleven-header-css">
    228228    <?php
    229229        // Has the text been hidden?
     
    260260function twentyeleven_admin_header_style() {
    261261?>
    262     <style type="text/css">
     262    <style type="text/css" id="twentyeleven-admin-header-css">
    263263    .appearance_page_custom-header #headimg {
    264264        border: none;
Note: See TracChangeset for help on using the changeset viewer.