Make WordPress Core

Changeset 20011


Ignore:
Timestamp:
02/28/2012 05:28:08 AM (15 years ago)
Author:
lancewillett
Message:

Twenty Twelve: remove an unneeded, presentational class value, see #19978.

Location:
trunk/wp-content/themes/twentytwelve
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/archive.php

    r19915 r20011  
    1919
    2020                <?php if ( have_posts() ) : ?>
    21                         <h1 class="archive-title all-caps-title"><?php
     21                        <h1 class="archive-title"><?php
    2222                                if ( is_day() ) {
    2323                                        printf( __( 'Daily Archives: %s', 'twentytwelve' ), '<span>' . get_the_date() . '</span>' );
  • trunk/wp-content/themes/twentytwelve/functions.php

    r20010 r20011  
    221221                'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    222222                'after_widget' => "</aside>",
    223                 'before_title' => '<h3 class="widget-title all-caps-title">',
     223                'before_title' => '<h3 class="widget-title">',
    224224                'after_title' => '</h3>',
    225225        ) );
  • trunk/wp-content/themes/twentytwelve/style.css

    r20010 r20011  
    118118 * Repeatable patterns
    119119 * ------------------------------------------------------------------ */
    120 .all-caps-title {
     120.archive-title,
     121.widget-title {
    121122        text-transform: uppercase;
    122123        font-weight: 400;
Note: See TracChangeset for help on using the changeset viewer.