Make WordPress Core


Ignore:
Timestamp:
01/12/2019 06:40:16 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Upgrade WPCS to 1.2.1.

This upgrade fixes quite a few false positives, as well as auto-fixing some indenting issues.

Fixes #45956.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/content-link.php

    r43571 r44574  
    2020            endif;
    2121
    22 if ( is_single() ) :
    23     the_title( '<h1 class="entry-title">', '</h1>' );
     22        if ( is_single() ) :
     23            the_title( '<h1 class="entry-title">', '</h1>' );
    2424            else :
    2525                the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
Note: See TracChangeset for help on using the changeset viewer.