Make WordPress Core


Ignore:
Timestamp:
12/16/2016 10:07:41 PM (6 years ago)
Author:
davidakennedy
Message:

Twenty Seventeen: Improves code readability and code standards in files

Adds better DocBlock comments and fixes some spacing issues based on PHP_CodeSniffer WordPress coding standards.

Props sstoqnov.

Fixes #39152.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php

    r38833 r39618  
    2121            <div class="entry-meta">
    2222                <?php
    23                     echo twentyseventeen_time_link();
    24                     twentyseventeen_edit_link();
     23                echo twentyseventeen_time_link();
     24                twentyseventeen_edit_link();
    2525                ?>
    2626            </div><!-- .entry-meta -->
Note: See TracChangeset for help on using the changeset viewer.