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.php

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