Make WordPress Core

Changeset 51918


Ignore:
Timestamp:
10/18/2021 04:52:51 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Add a leading zero in the CSS declarations printed by the print_emoji_styles() function.

Follow-up to [31733], [31786].

Props audrasjb, sabernhardt.
Fixes #54284.

File:
1 edited

Legend:

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

    r51657 r51918  
    56515651    height: 1em !important;
    56525652    width: 1em !important;
    5653     margin: 0 .07em !important;
     5653    margin: 0 0.07em !important;
    56545654    vertical-align: -0.1em !important;
    56555655    background: none !important;
Note: See TracChangeset for help on using the changeset viewer.