Make WordPress Core

Ticket #53446: 53446.1.diff

File 53446.1.diff, 3.0 KB (added by sabernhardt, 3 years ago)
  • src/wp-content/themes/twentytwenty/footer.php

     
    2828                                                        <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a>
    2929                                                </p><!-- .footer-copyright -->
    3030
     31                                                <?php
     32                                                if ( function_exists( 'the_privacy_policy_link' ) ) {
     33                                                        the_privacy_policy_link( '<p class="privacy-policy">', '</p>' );
     34                                                }
     35                                                ?>
     36
    3137                                                <p class="powered-by-wordpress">
    3238                                                        <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwenty' ) ); ?>">
    3339                                                                <?php _e( 'Powered by WordPress', 'twentytwenty' ); ?>
  • src/wp-content/themes/twentytwenty/style-rtl.css

     
    44644464}
    44654465
    44664466.footer-copyright a,
     4467.privacy-policy a,
    44674468.powered-by-wordpress a {
    44684469        color: inherit;
    44694470}
    44704471
     4472.privacy-policy,
    44714473.powered-by-wordpress,
    44724474.to-the-top {
    44734475        color: #6d6d6d;
    44744476}
    44754477
     4478a.to-the-top {
     4479        margin-right: 2.4rem;
     4480        white-space: nowrap;
     4481}
     4482
    44764483a.to-the-top > * {
    44774484        pointer-events: none;
    44784485}
     
    44874494        margin: 0 2.4rem 0 0;
    44884495}
    44894496
     4497.privacy-policy {
     4498        margin: 1.2rem 0 0;
     4499}
     4500
    44904501.to-the-top-long {
    44914502        display: none;
    44924503}
     
    55705581
    55715582        .footer-credits {
    55725583                display: flex;
     5584                flex-wrap: wrap;
    55735585        }
    55745586
    55755587        .footer-copyright {
     
    55765588                font-weight: 700;
    55775589        }
    55785590
    5579         .powered-by-wordpress {
    5580                 display: block;
     5591        .privacy-policy {
     5592                margin: 0 2.4rem 0 0;
    55815593        }
    55825594
    55835595        .to-the-top-long {
     
    60286040        .footer-menu li {
    60296041                margin: 1.2rem 2.4rem 0 0;
    60306042        }
     6043
     6044        .powered-by-wordpress {
     6045                display: block;
     6046        }
    60316047}
    60326048
    60336049
  • src/wp-content/themes/twentytwenty/style.css

     
    44984498}
    44994499
    45004500.footer-copyright a,
     4501.privacy-policy a,
    45014502.powered-by-wordpress a {
    45024503        color: inherit;
    45034504}
    45044505
     4506.privacy-policy,
    45054507.powered-by-wordpress,
    45064508.to-the-top {
    45074509        color: #6d6d6d;
    45084510}
    45094511
     4512a.to-the-top {
     4513        margin-left: 2.4rem;
     4514        white-space: nowrap;
     4515}
     4516
    45104517a.to-the-top > * {
    45114518        pointer-events: none;
    45124519}
     
    45214528        margin: 0 0 0 2.4rem;
    45224529}
    45234530
     4531.privacy-policy {
     4532        margin: 1.2rem 0 0;
     4533}
     4534
    45244535.to-the-top-long {
    45254536        display: none;
    45264537}
     
    56325643
    56335644        .footer-credits {
    56345645                display: flex;
     5646                flex-wrap: wrap;
    56355647        }
    56365648
    56375649        .footer-copyright {
     
    56385650                font-weight: 700;
    56395651        }
    56405652
    5641         .powered-by-wordpress {
    5642                 display: block;
     5653        .privacy-policy {
     5654                margin: 0 0 0 2.4rem;
    56435655        }
    56445656
    56455657        .to-the-top-long {
     
    61186130        .footer-menu li {
    61196131                margin: 1.2rem 0 0 2.4rem;
    61206132        }
     6133
     6134        .powered-by-wordpress {
     6135                display: block;
     6136        }
    61216137}
    61226138
    61236139