Make WordPress Core


Ignore:
Timestamp:
08/05/2021 01:24:57 PM (4 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-gallery.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() ) {
     
    6060                    echo get_post_gallery();
    6161                echo '</div>';
    62             };
    63 
    64         };
     62            }
     63        }
    6564
    6665        if ( is_single() || ! get_post_gallery() ) {
     
    8281                )
    8382            );
    84 
    85         };
     83        }
    8684        ?>
    8785
Note: See TracChangeset for help on using the changeset viewer.