Make WordPress Core

Ticket #54833: 54833.2.diff

File 54833.2.diff, 6.3 KB (added by viralsampat, 3 years ago)

Removed the deprecated screen_size(), since it does produce any output during render, get_current_theme() replaced with static value, since a theme name is static. Also, made small changes based on coding standard.

  • src/wp-content/themes/twentyeleven/inc/theme-options.php

    diff --git a/src/wp-content/themes/twentyeleven/inc/theme-options.php b/src/wp-content/themes/twentyeleven/inc/theme-options.php
    index 78be3b5aad..392230c7eb 100644
    a b function twentyeleven_settings_field_layout() { 
    339339 * @since Twenty Eleven 1.2
    340340 */
    341341function twentyeleven_theme_options_render_page() {
     342        $theme_name = '';
    342343        ?>
    343344        <div class="wrap">
    344                 <?php screen_icon(); ?>
    345                 <?php $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_current_theme(); ?>
     345                <?php
     346                        screen_icon();
     347                        $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : 'Twenty Eleven';
     348                ?>
    346349                <h2>
    347350                <?php
    348351                /* translators: %s: Theme name. */
    349352                printf( __( '%s Theme Options', 'twentyeleven' ), $theme_name );
    350353                ?>
    351354                </h2>
    352                 <?php settings_errors(); ?>
    353 
     355                <?php
     356                        settings_errors();
     357                ?>
    354358                <form method="post" action="options.php">
    355359                        <?php
    356360                                settings_fields( 'twentyeleven_options' );
  • src/wp-content/themes/twentyfifteen/style.css

    diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css
    index 66ee45694f..cb71a99084 100644
    a b Use it to make something cool, have fun, and share what you've learned with othe 
    6161 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
    6262 */
    6363
    64 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
     64 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    6565        border: 0;
    6666        font-family: inherit;
    6767        font-size: 100%;
    a.post-thumbnail:focus { 
    16861686.entry-summary h1,
    16871687.page-content h1,
    16881688.comment-content h1 {
    1689         font-size: 26px;
     1689        font-size: 32px;
    16901690        font-size: 2.6rem;
    16911691        line-height: 1.1538;
    16921692        margin-top: 1.8462em;
    a.post-thumbnail:focus { 
    16971697.entry-summary h2,
    16981698.page-content h2,
    16991699.comment-content h2 {
    1700         font-size: 22px;
     1700        font-size: 28px;
    17011701        font-size: 2.2rem;
    17021702        line-height: 1.3636;
    17031703        margin-top: 2.1818em;
    a.post-thumbnail:focus { 
    17081708.entry-summary h3,
    17091709.page-content h3,
    17101710.comment-content h3 {
    1711         font-size: 18px;
     1711        font-size: 24px;
    17121712        font-size: 1.8rem;
    17131713        line-height: 1.3333;
    17141714        margin-top: 2.6667em;
    a.post-thumbnail:focus { 
    17161716}
    17171717
    17181718.entry-content h4,
    1719 .entry-content h5,
    1720 .entry-content h6,
    17211719.entry-summary h4,
    1722 .entry-summary h5,
    1723 .entry-summary h6,
    17241720.page-content h4,
    1725 .page-content h5,
    1726 .page-content h6,
    17271721.comment-content h4,
    1728 .comment-content h5,
    17291722.comment-content h6 {
    1730         font-size: 15px;
    1731         font-size: 1.5rem;
     1723        font-size: 22px;
     1724        font-size: 1.25rem;
    17321725        line-height: 1.2;
    17331726        margin-top: 3.2em;
    17341727        margin-bottom: 1.6em;
    17351728}
    17361729
    17371730.entry-content h5,
    1738 .entry-content h6,
    17391731.entry-summary h5,
    1740 .entry-summary h6,
    17411732.page-content h5,
     1733.comment-content h5 {
     1734        font-size: 20px;
     1735        font-size: 1.25rem;
     1736        line-height: 1.2;
     1737        margin-top: 3.2em;
     1738        margin-bottom: 1.6em;
     1739        letter-spacing: 0.1em;
     1740        text-transform: uppercase;
     1741}
     1742
     1743.entry-content h6,
     1744.entry-summary h6,
    17421745.page-content h6,
    1743 .comment-content h5,
    17441746.comment-content h6 {
     1747        font-size: 18px;
     1748        font-size: 1.125rem;
     1749        line-height: 1.2;
     1750        margin-top: 3.2em;
     1751        margin-bottom: 1.6em;
    17451752        letter-spacing: 0.1em;
    17461753        text-transform: uppercase;
    17471754}
    p > video { 
    33743381        }
    33753382
    33763383        .entry-content h5,
    3377         .entry-content h6,
    33783384        .entry-summary h5,
    3379         .entry-summary h6,
    33803385        .page-content h5,
     3386        .comment-content h5 {
     3387                font-size: 18px;
     3388                font-size: 1.1257rem;
     3389                line-height: 1.2353;
     3390                margin-top: 3.2941em;
     3391                margin-bottom: 1.6471em;
     3392        }
     3393        .entry-content h6,
     3394        .entry-summary h6,
    33813395        .page-content h6,
    3382         .comment-content h5,
    33833396        .comment-content h6 {
    3384                 font-size: 17px;
    3385                 font-size: 1.7rem;
     3397                font-size: 16px;
     3398                font-size: 1rem;
    33863399                line-height: 1.2353;
    33873400                margin-top: 3.2941em;
    33883401                margin-bottom: 1.6471em;
    p > video { 
    39483961        }
    39493962
    39503963        .entry-content h5,
    3951         .entry-content h6,
    39523964        .entry-summary h5,
    3953         .entry-summary h6,
    39543965        .page-content h5,
     3966        .comment-content h5 {
     3967                font-size: 18px;
     3968                font-size: 1.125rem;
     3969                line-height: 1.2;
     3970                margin-top: 3.2em;
     3971                margin-bottom: 1.6em;
     3972                letter-spacing: 0.1em;
     3973        }
     3974
     3975        .entry-content h6,
     3976        .entry-summary h6,
    39553977        .page-content h6,
    3956         .comment-content h5,
    3957         .comment-content h6 {
    3958                 font-size: 19px;
    3959                 font-size: 1.9rem;
    3960                 line-height: 1.2632;
    3961                 margin-top: 3.3684em;
    3962                 margin-bottom: 1.6842em;
     3978        .comment-content h6{
     3979                font-size: 16px;
     3980                font-size: 1rem;
     3981                line-height: 1.2;
     3982                margin-top: 3.2em;
     3983                margin-bottom: 1.6em;
     3984                letter-spacing: 0.1em;
    39633985        }
    39643986
    39653987        .entry-content .more-link:after,
    p > video { 
    46214643        }
    46224644
    46234645        .entry-content h5,
    4624         .entry-content h6,
    46254646        .entry-summary h5,
    4626         .entry-summary h6,
    46274647        .page-content h5,
     4648        .comment-content h5 {
     4649                font-size: 18px;
     4650                font-size: 1.125rem;
     4651                line-height: 1.2;
     4652                margin-top: 3.2em;
     4653                margin-bottom: 1.6em;
     4654        }
     4655        .entry-content h6,
     4656        .entry-summary h6,
    46284657        .page-content h6,
    4629         .comment-content h5,
    46304658        .comment-content h6 {
    4631                 font-size: 15px;
    4632                 font-size: 1.5rem;
     4659                font-size: 16px;
     4660                font-size: 1rem;
    46334661                line-height: 1.2;
    46344662                margin-top: 3.2em;
    46354663                margin-bottom: 1.6em;
     4664                letter-spacing: 0.1em;
    46364665        }
    46374666
    46384667        .entry-content .more-link:after,
    p > video { 
    57595788        }
    57605789
    57615790        .entry-content h5,
    5762         .entry-content h6,
    57635791        .entry-summary h5,
    5764         .entry-summary h6,
    57655792        .page-content h5,
    5766         .page-content h6,
    5767         .comment-content h5,
    5768         .comment-content h6 {
     5793        .comment-content h5 {
    57695794                font-size: 19px;
    57705795                font-size: 1.9rem;
    57715796                line-height: 1.2632;
    57725797                margin-top: 3.3684em;
    57735798                margin-bottom: 1.6842em;
    57745799        }
     5800        .entry-content h6,
     5801        .entry-summary h6,
     5802        .page-content h6,
     5803        .comment-content h6 {
     5804                font-size: 18px;
     5805                font-size: 1.125rem;
     5806                line-height: 1.2;
     5807                margin-top: 3.2em;
     5808                margin-bottom: 1.6em;
     5809                letter-spacing: 0.1em;
     5810        }
    57755811
    57765812        .entry-content .more-link:after,
    57775813        .entry-summary .more-link:after {