Make WordPress Core


Ignore:
Timestamp:
11/26/2017 11:56:25 PM (7 years ago)
Author:
pento
Message:

General: Fix some precision alignment formatting warnings.

The WPCS WordPress.WhiteSpace.PrecisionAlignment rule throws warnings for a bunch of code that will likely cause issues for wpcbf. Fixing these manually beforehand gives us better auto-fixed results later.

See #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r42201 r42228  
    19911991 */
    19921992function next_post_link( $format = '%link »', $link = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' ) {
    1993      echo get_next_post_link( $format, $link, $in_same_term, $excluded_terms, $taxonomy );
     1993    echo get_next_post_link( $format, $link, $in_same_term, $excluded_terms, $taxonomy );
    19941994}
    19951995
Note: See TracChangeset for help on using the changeset viewer.