Skip to content

Commit feaf259

Browse files
committed
Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@18276 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5e08a75 commit feaf259

12 files changed

Lines changed: 30 additions & 30 deletions

File tree

wp-admin/css/nav-menu.dev.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -387,13 +387,13 @@ body {
387387
-khtml-border-radius: 3px;
388388
}
389389

390-
#menu-to-edit .menu-item-invalid .menu-item-handle {
391-
background-color: #f6c9cc; /* Fallback */
392-
background-image: -ms-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* IE10 */
393-
background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Firefox */
394-
background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Opera */
395-
background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); /* old Webkit */
396-
background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* new Webkit */
390+
#menu-to-edit .menu-item-invalid .menu-item-handle {
391+
background-color: #f6c9cc; /* Fallback */
392+
background-image: -ms-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* IE10 */
393+
background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Firefox */
394+
background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Opera */
395+
background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); /* old Webkit */
396+
background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* new Webkit */
397397
background-image: linear-gradient(bottom, #f6c9cc, #fdf8ff); /* proposed W3C Markup */
398398
}
399399

wp-content/themes/twentyeleven/comments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</nav>
6464
<?php endif; // check for comment navigation ?>
6565

66-
<?php
66+
<?php
6767
/* If there are no comments and comments are closed, let's leave a little note, shall we?
6868
* But we don't want the note on pages or post types that do not support comments.
6969
*/

wp-content/themes/twentyeleven/content-aside.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* The template for displaying posts in the Aside Post Format on index and archive pages
44
*
55
* Learn more: http://codex.wordpress.org/Post_Formats
6-
*
6+
*
77
* @package WordPress
88
* @subpackage Twenty_Eleven
99
* @since Twenty Eleven 1.0
@@ -16,7 +16,7 @@
1616
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
1717
<h2 class="entry-format"><?php _e( 'Aside', 'twentyeleven' ); ?></h2>
1818
</hgroup>
19-
19+
2020
<?php if ( comments_open() ) : ?>
2121
<div class="comments-link">
2222
<?php comments_popup_link( __( '<span class="leave-reply">Reply</span>', 'twentyeleven' ), __( '1', 'twentyeleven' ), __( '%', 'twentyeleven' ) ); ?>

wp-content/themes/twentyeleven/content-intro.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* The template for displaying page content in the showcase.php page template
4-
*
4+
*
55
* @package WordPress
66
* @subpackage Twenty_Eleven
77
* @since Twenty Eleven 1.0

wp-content/themes/twentyeleven/content-link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* The template for displaying posts in the Link Post Format on index and archive pages
44
*
55
* Learn more: http://codex.wordpress.org/Post_Formats
6-
*
6+
*
77
* @package WordPress
88
* @subpackage Twenty_Eleven
99
* @since Twenty Eleven 1.0

wp-content/themes/twentyeleven/content-status.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* The template for displaying posts in the Status Post Format on index and archive pages
44
*
55
* Learn more: http://codex.wordpress.org/Post_Formats
6-
*
6+
*
77
* @package WordPress
88
* @subpackage Twenty_Eleven
99
*/
@@ -15,7 +15,7 @@
1515
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
1616
<h2 class="entry-format"><?php _e( 'Status', 'twentyeleven' ); ?></h2>
1717
</hgroup>
18-
18+
1919
<?php if ( comments_open() ) : ?>
2020
<div class="comments-link">
2121
<?php comments_popup_link( __( '<span class="leave-reply">Reply</span>', 'twentyeleven' ), __( '1', 'twentyeleven' ), __( '%', 'twentyeleven' ) ); ?>
@@ -30,7 +30,7 @@
3030
<?php else : ?>
3131
<div class="entry-content">
3232
<div class="avatar"><?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', '65' ) ); ?></div>
33-
33+
3434
<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
3535
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyeleven' ), 'after' => '</div>' ) ); ?>
3636
</div><!-- .entry-content -->

wp-content/themes/twentyeleven/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function twentyeleven_setup() {
115115
define( 'HEADER_TEXTCOLOR', '000' );
116116

117117
// By leaving empty, we default to random image rotation
118-
define( 'HEADER_IMAGE', '' );
118+
define( 'HEADER_IMAGE', '' );
119119

120120
// The height and width of your custom header.
121121
// Add a filter to twentyeleven_header_image_width and twentyeleven_header_image_height to change these values.

wp-content/themes/twentyeleven/inc/theme-options.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ function theme_options_render_page() {
250250
<input type="button" class="pickcolor button hide-if-no-js" value="<?php esc_attr_e( 'Select a Color', 'twentyeleven' ); ?>" />
251251
<div id="colorPickerDiv" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
252252
<br />
253-
<span><?php printf( __( 'Default color: %s', 'twentyeleven' ), '<span id="default-color">' . twentyeleven_get_default_link_color( $options['color_scheme'] ) . '</span>' ); ?></span>
253+
<span><?php printf( __( 'Default color: %s', 'twentyeleven' ), '<span id="default-color">' . twentyeleven_get_default_link_color( $options['color_scheme'] ) . '</span>' ); ?></span>
254254
</fieldset>
255255
</td>
256256
</tr>
@@ -298,8 +298,8 @@ function twentyeleven_theme_options_validate( $input ) {
298298
// Color scheme must be in our array of color scheme options
299299
if ( isset( $input['color_scheme'] ) && array_key_exists( $input['color_scheme'], twentyeleven_color_schemes() ) )
300300
$output['color_scheme'] = $input['color_scheme'];
301-
302-
// Our defaults for the link color may have changed, based on the color scheme.
301+
302+
// Our defaults for the link color may have changed, based on the color scheme.
303303
$output['link_color'] = $defaults['link_color'] = twentyeleven_get_default_link_color( $output['color_scheme'] );
304304

305305
// Link color must be 3 or 6 hexadecimal characters
@@ -364,7 +364,7 @@ function twentyeleven_print_link_color_style() {
364364
}
365365
section.recent-posts .other-recent-posts .comments-link a:hover {
366366
border-color: <?php echo $link_color; ?>;
367-
}
367+
}
368368
article.feature-image.small .entry-summary p a:hover,
369369
.entry-header .comments-link a:hover,
370370
.entry-header .comments-link a:focus,

wp-content/themes/twentyeleven/searchform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
?>
1010
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
11-
<label for="s" class="assistive-text"><?php _e( 'Search', 'twentyeleven' ); ?></label>
11+
<label for="s" class="assistive-text"><?php _e( 'Search', 'twentyeleven' ); ?></label>
1212
<input type="text" class="field" name="s" id="s" placeholder="<?php esc_attr_e( 'Search', 'twentyeleven' ); ?>" />
1313
<input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'twentyeleven' ); ?>" />
1414
</form>

wp-content/themes/twentyeleven/showcase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
// The Featured Posts query.
5656
$featured = new WP_Query( $featured_args );
57-
57+
5858
// Proceed only if published posts exist
5959
if ( $featured->have_posts() ) :
6060

@@ -98,7 +98,7 @@
9898
?>
9999

100100
<section class="featured-post <?php echo $feature_class; ?>" id="featured-post-<?php echo $counter_slider; ?>">
101-
101+
102102
<?php
103103
/**
104104
* If the thumbnail is as big as the header image

0 commit comments

Comments
 (0)