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/functions.php

    r42217 r42228  
    33843384        ':neutral:' => "\xf0\x9f\x98\x90",
    33853385        ':twisted:' => "\xf0\x9f\x98\x88",
    3386           ':arrow:' => "\xe2\x9e\xa1",
    3387           ':shock:' => "\xf0\x9f\x98\xaf",
    3388           ':smile:' => "\xf0\x9f\x99\x82",
    3389             ':???:' => "\xf0\x9f\x98\x95",
    3390            ':cool:' => "\xf0\x9f\x98\x8e",
    3391            ':evil:' => "\xf0\x9f\x91\xbf",
    3392            ':grin:' => "\xf0\x9f\x98\x80",
    3393            ':idea:' => "\xf0\x9f\x92\xa1",
    3394            ':oops:' => "\xf0\x9f\x98\xb3",
    3395            ':razz:' => "\xf0\x9f\x98\x9b",
    3396            ':roll:' => "\xf0\x9f\x99\x84",
    3397            ':wink:' => "\xf0\x9f\x98\x89",
    3398             ':cry:' => "\xf0\x9f\x98\xa5",
    3399             ':eek:' => "\xf0\x9f\x98\xae",
    3400             ':lol:' => "\xf0\x9f\x98\x86",
    3401             ':mad:' => "\xf0\x9f\x98\xa1",
    3402             ':sad:' => "\xf0\x9f\x99\x81",
    3403               '8-)' => "\xf0\x9f\x98\x8e",
    3404               '8-O' => "\xf0\x9f\x98\xaf",
    3405               ':-(' => "\xf0\x9f\x99\x81",
    3406               ':-)' => "\xf0\x9f\x99\x82",
    3407               ':-?' => "\xf0\x9f\x98\x95",
    3408               ':-D' => "\xf0\x9f\x98\x80",
    3409               ':-P' => "\xf0\x9f\x98\x9b",
    3410               ':-o' => "\xf0\x9f\x98\xae",
    3411               ':-x' => "\xf0\x9f\x98\xa1",
    3412               ':-|' => "\xf0\x9f\x98\x90",
    3413               ';-)' => "\xf0\x9f\x98\x89",
     3386        ':arrow:' => "\xe2\x9e\xa1",
     3387        ':shock:' => "\xf0\x9f\x98\xaf",
     3388        ':smile:' => "\xf0\x9f\x99\x82",
     3389        ':???:' => "\xf0\x9f\x98\x95",
     3390        ':cool:' => "\xf0\x9f\x98\x8e",
     3391        ':evil:' => "\xf0\x9f\x91\xbf",
     3392        ':grin:' => "\xf0\x9f\x98\x80",
     3393        ':idea:' => "\xf0\x9f\x92\xa1",
     3394        ':oops:' => "\xf0\x9f\x98\xb3",
     3395        ':razz:' => "\xf0\x9f\x98\x9b",
     3396        ':roll:' => "\xf0\x9f\x99\x84",
     3397        ':wink:' => "\xf0\x9f\x98\x89",
     3398        ':cry:' => "\xf0\x9f\x98\xa5",
     3399        ':eek:' => "\xf0\x9f\x98\xae",
     3400        ':lol:' => "\xf0\x9f\x98\x86",
     3401        ':mad:' => "\xf0\x9f\x98\xa1",
     3402        ':sad:' => "\xf0\x9f\x99\x81",
     3403        '8-)' => "\xf0\x9f\x98\x8e",
     3404        '8-O' => "\xf0\x9f\x98\xaf",
     3405        ':-(' => "\xf0\x9f\x99\x81",
     3406        ':-)' => "\xf0\x9f\x99\x82",
     3407        ':-?' => "\xf0\x9f\x98\x95",
     3408        ':-D' => "\xf0\x9f\x98\x80",
     3409        ':-P' => "\xf0\x9f\x98\x9b",
     3410        ':-o' => "\xf0\x9f\x98\xae",
     3411        ':-x' => "\xf0\x9f\x98\xa1",
     3412        ':-|' => "\xf0\x9f\x98\x90",
     3413        ';-)' => "\xf0\x9f\x98\x89",
    34143414        // This one transformation breaks regular text with frequency.
    34153415        //     '8)' => "\xf0\x9f\x98\x8e",
    3416                '8O' => "\xf0\x9f\x98\xaf",
    3417                ':(' => "\xf0\x9f\x99\x81",
    3418                ':)' => "\xf0\x9f\x99\x82",
    3419                ':?' => "\xf0\x9f\x98\x95",
    3420                ':D' => "\xf0\x9f\x98\x80",
    3421                ':P' => "\xf0\x9f\x98\x9b",
    3422                ':o' => "\xf0\x9f\x98\xae",
    3423                ':x' => "\xf0\x9f\x98\xa1",
    3424                ':|' => "\xf0\x9f\x98\x90",
    3425                ';)' => "\xf0\x9f\x98\x89",
    3426               ':!:' => "\xe2\x9d\x97",
    3427               ':?:' => "\xe2\x9d\x93",
     3416        '8O' => "\xf0\x9f\x98\xaf",
     3417        ':(' => "\xf0\x9f\x99\x81",
     3418        ':)' => "\xf0\x9f\x99\x82",
     3419        ':?' => "\xf0\x9f\x98\x95",
     3420        ':D' => "\xf0\x9f\x98\x80",
     3421        ':P' => "\xf0\x9f\x98\x9b",
     3422        ':o' => "\xf0\x9f\x98\xae",
     3423        ':x' => "\xf0\x9f\x98\xa1",
     3424        ':|' => "\xf0\x9f\x98\x90",
     3425        ';)' => "\xf0\x9f\x98\x89",
     3426        ':!:' => "\xe2\x9d\x97",
     3427        ':?:' => "\xe2\x9d\x93",
    34283428        );
    34293429    }
Note: See TracChangeset for help on using the changeset viewer.