Make WordPress Core


Ignore:
Timestamp:
10/19/2010 07:48:22 AM (16 years ago)
Author:
nacin
Message:

Pinking shears.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r15809 r15843  
    111111    }
    112112    echo implode ( ' | ', $options );
    113    
     113
    114114    if ( $ct->tags ) : ?>
    115115    <p><?php _e('Tags:'); ?> <?php echo join(', ', $ct->tags); ?></p>
     
    147147    <?php foreach ( $feature_list as $feature_name => $features ) :
    148148            $feature_name = esc_html( $feature_name ); ?>
    149        
     149   
    150150        <div class="feature-container">
    151151            <div class="feature-name"><?php echo $feature_name ?></div>
Note: See TracChangeset for help on using the changeset viewer.