[kune-commits] r1219 - wp-theme/kune
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Mon Jan 24 22:27:04 CET 2011
Author: vjrj_
Date: 2011-01-24 22:27:04 +0100 (Mon, 24 Jan 2011)
New Revision: 1219
Modified:
wp-theme/kune/loop.php
Log:
Modified: wp-theme/kune/loop.php
===================================================================
--- wp-theme/kune/loop.php 2011-01-24 21:25:26 UTC (rev 1218)
+++ wp-theme/kune/loop.php 2011-01-24 21:27:04 UTC (rev 1219)
@@ -59,7 +59,7 @@
<?php if ( in_category( _x('gallery', 'gallery category slug', 'twentyten') ) ) : ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+ <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<div class="entry-meta">
<?php twentyten_posted_on(); ?>
More information about the kune-commits
mailing list