Make WordPress Core

Changeset 54882


Ignore:
Timestamp:
11/26/2022 10:01:01 PM (23 months ago)
Author:
audrasjb
Message:

Twenty Ten: Fixes brace indentation in loop-attachment template.

Props mukesh27.
See #57210, #56791.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/loop-attachment.php

    r54344 r54882  
    155155                        <?php
    156156                        if ( ! empty( $post->post_excerpt ) ) {
    157                             the_excerpt();}
     157                            the_excerpt();
     158                        }
    158159                        ?>
    159160</div>
Note: See TracChangeset for help on using the changeset viewer.