Make WordPress Core

Ticket #44643: 44643.functions.php.diff

File 44643.functions.php.diff, 536 bytes (added by ianbelanger, 6 years ago)

This patch covers the /wp-includes/functions.php file, (inline styles in the error page)

  • wp-includes/functions.php

     
    31433143                        display: inline-block;
    31443144                        text-decoration: none;
    31453145                        font-size: 13px;
    3146                         line-height: 26px;
     3146                        line-height: 2;
    31473147                        height: 28px;
    31483148                        margin: 0;
    31493149                        padding: 0 10px 1px;
     
    31633163
    31643164                .button.button-large {
    31653165                        height: 30px;
    3166                         line-height: 28px;
     3166                        line-height: 2.1;
    31673167                        padding: 0 12px 2px;
    31683168                }
    31693169