Make WordPress Core

Ticket #43715: 43715.4.diff

File 43715.4.diff, 9.1 KB (added by xkon, 7 years ago)
  • src/wp-content/themes/twentyeleven/footer.php

     
    2626
    2727                        <div id="site-generator">
    2828                                <?php do_action( 'twentyeleven_credits' ); ?>
     29                                <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
    2930                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>
    3031                        </div>
    3132        </footer><!-- #colophon -->
  • src/wp-content/themes/twentyeleven/style.css

     
    23522352        color: #555;
    23532353        font-weight: bold;
    23542354}
     2355#site-generator span[role=separator] {
     2356        padding: 0 0.4em 0 0.5em;
     2357}
    23552358
    23562359
    23572360/* =Responsive Structure
  • src/wp-content/themes/twentyfifteen/footer.php

     
    2222                                 */
    2323                                do_action( 'twentyfifteen_credits' );
    2424                        ?>
     25                        <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
    2526                        <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a>
    2627                </div><!-- .site-info -->
    2728        </footer><!-- .site-footer -->
  • src/wp-content/themes/twentyfifteen/style.css

     
    24342434        color: #333;
    24352435}
    24362436
     2437.site-info span[role=separator] {
     2438        padding: 0 0.4em 0 0.5em;
     2439}
    24372440
    24382441/**
    24392442 * 14.0 Media
  • src/wp-content/themes/twentyfourteen/footer.php

     
    1818
    1919                        <div class="site-info">
    2020                                <?php do_action( 'twentyfourteen_credits' ); ?>
     21                                <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
    2122                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
    2223                        </div><!-- .site-info -->
    2324                </footer><!-- #colophon -->
  • src/wp-content/themes/twentyfourteen/style.css

     
    29162916        color: #41a62a;
    29172917}
    29182918
     2919.site-info span[role=separator] {
     2920        padding: 0 0.4em 0 0.5em;
     2921}
    29192922
    29202923/**
    29212924 * 9.0 Featured Content
  • src/wp-content/themes/twentyseventeen/style.css

     
    23782378        width: 100%;
    23792379}
    23802380
     2381.site-info span[role=separator] {
     2382        padding: 0 0.3em 0 0.4em;
     2383}
     2384
    23812385/*--------------------------------------------------------------
    2382238614.0 Comments
    23832387--------------------------------------------------------------*/
  • src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php

     
    1010
    1111?>
    1212<div class="site-info">
     13        <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
    1314        <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?></a>
    1415</div><!-- .site-info -->
  • src/wp-content/themes/twentysixteen/footer.php

     
    5252                                        do_action( 'twentysixteen_credits' );
    5353                                ?>
    5454                                <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
     55                                <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
    5556                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?></a>
    5657                        </div><!-- .site-info -->
    5758                </footer><!-- .site-footer -->
  • src/wp-content/themes/twentysixteen/style.css

     
    24432443        padding: 0 0.307692308em 0 0.538461538em;
    24442444}
    24452445
     2446.site-footer span[role=separator] {
     2447        font-family: Montserrat, sans-serif;
     2448        opacity: 0.7;
     2449        padding: 0 0.307692308em 0 0.538461538em;
     2450}
    24462451
     2452
    24472453/**
    24482454 * 12.0 - Media
    24492455 */
  • src/wp-content/themes/twentyten/footer.php

     
    2727                                <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    2828                                        <?php bloginfo( 'name' ); ?>
    2929                                </a>
     30                                <?php the_privacy_policy_link( '<span role="separator" aria-hidden="true">/</span>', '' ); ?>
    3031                        </div><!-- #site-info -->
    3132
    3233                        <div id="site-generator">
  • src/wp-content/themes/twentyten/style.css

     
    13181318        display: block;
    13191319        margin: 0 auto 10px;
    13201320}
     1321#site-info span[role=separator] {
     1322        padding: 0 0.7em 0 0.3em
     1323}
    13211324
    13221325
    13231326/* =Mobile Safari ( iPad, iPhone and iPod Touch )
  • src/wp-content/themes/twentythirteen/footer.php

     
    1616
    1717                        <div class="site-info">
    1818                                <?php do_action( 'twentythirteen_credits' ); ?>
     19                                <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
    1920                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
    2021                        </div><!-- .site-info -->
    2122                </footer><!-- #colophon -->
  • src/wp-content/themes/twentythirteen/style.css

     
    27052705        margin: -10px auto 0;
    27062706}
    27072707
     2708.site-footer span[role=separator] {
     2709        padding: 0 0.4em 0 0.5em;
     2710}
    27082711
     2712
    27092713/**
    27102714 * 8.0 Media Queries
    27112715 * ----------------------------------------------------------------------------
  • src/wp-content/themes/twentytwelve/footer.php

     
    1313        <footer id="colophon" role="contentinfo">
    1414                <div class="site-info">
    1515                        <?php do_action( 'twentytwelve_credits' ); ?>
     16                        <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
    1617                        <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
    1718                </div><!-- .site-info -->
    1819        </footer><!-- #colophon -->
  • src/wp-content/themes/twentytwelve/style.css

     
    694694footer[role="contentinfo"] a:hover {
    695695        color: #21759b;
    696696}
     697.site-info span[role=separator] {
     698        padding: 0 0.4em 0 0.6em;
     699}
    697700
    698701
    699702/* =Main content and comment content