Ticket #33260: 33260.diff
File 33260.diff, 956 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/css/customize-widgets.css
122 122 123 123 .reorder-toggle { 124 124 float: right; 125 padding: 5px 8px;126 125 text-decoration: none; 127 126 cursor: pointer; 128 127 outline: none; -
src/wp-content/themes/twentyten/loop-page.php
15 15 */ 16 16 ?> 17 17 18 <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>18 <?php if ( have_posts() ) while ( have_posts() ) : the_post(); 19 19 20 21 ?> 22 20 23 <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 21 24 <?php if ( is_front_page() ) { ?> 22 25 <h2 class="entry-title"><?php the_title(); ?></h2>