Indent code within an inside Twenty Eleven's ephemera widget. props lloydbudd, fixes #18751.

git-svn-id: https://develop.svn.wordpress.org/trunk@19308 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-16 00:08:29 +00:00
parent 7d663ff161
commit 94d5ab637c
1 changed files with 34 additions and 36 deletions

View File

@ -75,12 +75,10 @@ class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
$ephemera = new WP_Query( $ephemera_args );
if ( $ephemera->have_posts() ) :
echo $before_widget;
echo $before_title;
echo $title; // Can set this with a widget option, or omit altogether
echo $after_title;
?>
<ol>
<?php while ( $ephemera->have_posts() ) : $ephemera->the_post(); ?>