Pinking shears.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
+2
-2
@@ -110,7 +110,7 @@ require_once('./admin-header.php');
|
||||
}
|
||||
}
|
||||
echo implode ( ' | ', $options );
|
||||
|
||||
|
||||
if ( $ct->tags ) : ?>
|
||||
<p><?php _e('Tags:'); ?> <?php echo join(', ', $ct->tags); ?></p>
|
||||
<?php endif; ?>
|
||||
@@ -146,7 +146,7 @@ if ( ! current_user_can( 'switch_themes' ) ) {
|
||||
|
||||
<?php foreach ( $feature_list as $feature_name => $features ) :
|
||||
$feature_name = esc_html( $feature_name ); ?>
|
||||
|
||||
|
||||
<div class="feature-container">
|
||||
<div class="feature-name"><?php echo $feature_name ?></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user