Make WordPress Core


Ignore:
Timestamp:
08/05/2021 01:24:57 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Remove redundant semicolons after closing curly brackets.

Includes a few minor indentation fixes.

Props jrf.
See #53359.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php

    r46827 r51553  
    2828                                echo twentyseventeen_time_link();
    2929                                twentyseventeen_edit_link();
    30                         };
    31                                 echo '</div><!-- .entry-meta -->';
    32                 };
     30                        }
     31                        echo '</div><!-- .entry-meta -->';
     32                }
    3333
    3434                if ( is_single() ) {
     
    7373                        );
    7474
    75                 };
     75                }
    7676                ?>
    7777
Note: See TracChangeset for help on using the changeset viewer.