Make WordPress Core

Changeset 42438


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

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

Props hardik-amipara, poena.
Merges [42437] to the 4.9 branch.
Fixes #42820.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-content/themes/twentyseventeen/front-page.php

    r39732 r42438  
    2323                                get_template_part( 'template-parts/page/content', 'front-page' );
    2424                        endwhile;
    25                 else : // I'm not sure it's possible to have no posts when this page is shown, but WTH.
     25                else :
    2626                        get_template_part( 'template-parts/post/content', 'none' );
    2727                endif; ?>
Note: See TracChangeset for help on using the changeset viewer.