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

    r46827 r51553  
    2929                twentyseventeen_edit_link();
    3030            }
    31                 echo '</div><!-- .entry-meta -->';
    32         };
     31            echo '</div><!-- .entry-meta -->';
     32        }
    3333
    3434        if ( is_single() ) {
     
    7272                    echo '</div>';
    7373                }
    74             };
    75 
    76         };
     74            }
     75        }
    7776
    7877        if ( is_single() || empty( $video ) ) {
     
    9493                )
    9594            );
    96         };
     95        }
    9796        ?>
    9897
Note: See TracChangeset for help on using the changeset viewer.