mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 09:10:06 +00:00
Twenty Ten: Fixes brace indentation in loop-attachment template.
Props mukesh27. See #57210, #56791. git-svn-id: https://develop.svn.wordpress.org/trunk@54882 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -154,7 +154,8 @@ if ( have_posts() ) {
|
||||
<div class="entry-caption">
|
||||
<?php
|
||||
if ( ! empty( $post->post_excerpt ) ) {
|
||||
the_excerpt();}
|
||||
the_excerpt();
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user