Make WordPress Core


Ignore:
Timestamp:
01/12/2018 08:00:14 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Twenty Seventeen: Remove unnecessary comment in front-page.php.

Props hardik-amipara, poena.
Fixes #42820.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/front-page.php

    r42347 r42437  
    2525                                get_template_part( 'template-parts/page/content', 'front-page' );
    2626                        endwhile;
    27                 else : // I'm not sure it's possible to have no posts when this page is shown, but WTH.
     27                else :
    2828                        get_template_part( 'template-parts/post/content', 'none' );
    2929                endif;
Note: See TracChangeset for help on using the changeset viewer.