Make WordPress Core

Ticket #43715: 43715.7.diff

File 43715.7.diff, 12.1 KB (added by laurelfulford, 8 years ago)
  • src/wp-content/themes/twentyeleven/footer.php

     
    2626
    2727                        <div id="site-generator">
    2828                                <?php do_action( 'twentyeleven_credits' ); ?>
     29                                <?php
     30                                if ( function_exists( 'the_privacy_policy_link' ) ) {
     31                                        the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
     32                                }
     33                                ?>
    2934                                <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>
    3035                        </div>
    3136        </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.25em 0 0.5em
     2357}
     2358#site-generator span[role=separator]::before {
     2359        content: '\007c';
     2360}
    23552361
    23562362
    23572363/* =Responsive Structure
  • src/wp-content/themes/twentyfifteen/footer.php

     
    2222                                 */
    2323                                do_action( 'twentyfifteen_credits' );
    2424                        ?>
     25                        <?php
     26                        if ( function_exists( 'the_privacy_policy_link' ) ) {
     27                                the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
     28                        }
     29                        ?>
    2530                        <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a>
    2631                </div><!-- .site-info -->
    2732        </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.25em 0 0.5em;
     2439}
    24372440
     2441.site-info span[role=separator]::before {
     2442        content: '\002f';
     2443}
     2444
    24382445/**
    24392446 * 14.0 Media
    24402447 */
  • src/wp-content/themes/twentyfourteen/footer.php

     
    1818
    1919                        <div class="site-info">
    2020                                <?php do_action( 'twentyfourteen_credits' ); ?>
     21                                <?php
     22                                if ( function_exists( 'the_privacy_policy_link' ) ) {
     23                                        the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
     24                                }
     25                                ?>
    2126                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
    2227                        </div><!-- .site-info -->
    2328                </footer><!-- #colophon -->
  • src/wp-content/themes/twentyfourteen/rtl.css

     
    355355        margin: -1px 0 0 18px;
    356356}
    357357
     358/**
     359 * 8.0 Footer
     360 * -----------------------------------------------------------------------------
     361 */
    358362
     363.site-info span[role=separator] {
     364        padding: 0 0.5em;
     365}
     366
    359367/**
    360368 * 9.0 Featured Content
    361369 * -----------------------------------------------------------------------------
     
    855863                margin-left: -18%;
    856864                margin-right: auto;
    857865        }
    858 }
    859  No newline at end of file
     866}
  • src/wp-content/themes/twentyfourteen/style.css

     
    29162916        color: #41a62a;
    29172917}
    29182918
     2919.site-info span[role=separator] {
     2920        padding: 0 0.25em 0 0.5em;
     2921}
    29192922
     2923.site-info span[role=separator]::before {
     2924        content: '\002f';
     2925}
     2926
    29202927/**
    29212928 * 9.0 Featured Content
    29222929 * -----------------------------------------------------------------------------
  • src/wp-content/themes/twentyseventeen/style.css

     
    23782378        width: 100%;
    23792379}
    23802380
     2381.site-info span[role=separator] {
     2382        padding: 0 0.2em 0 0.4em;
     2383}
     2384
     2385.site-info span[role=separator]::before {
     2386        content: '\002f';
     2387}
     2388
    23812389/*--------------------------------------------------------------
    2382239014.0 Comments
    23832391--------------------------------------------------------------*/
  • src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php

     
    1010
    1111?>
    1212<div class="site-info">
     13        <?php
     14        if ( function_exists( 'the_privacy_policy_link' ) ) {
     15                the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
     16        }
     17        ?>
    1318        <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?></a>
    1419</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
     56                                if ( function_exists( 'the_privacy_policy_link' ) ) {
     57                                        the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
     58                                }
     59                                ?>
    5560                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?></a>
    5661                        </div><!-- .site-info -->
    5762                </footer><!-- .site-footer -->
  • src/wp-content/themes/twentysixteen/rtl.css

     
    9898.site-footer .site-title,
    9999.site-footer .site-title:after,
    100100.widecolumn label,
    101 .widecolumn .mu_register label {
     101.widecolumn .mu_register label,
     102.site-footer span[role=separator] {
    102103        font-family: Arial, Tahoma, sans-serif;
    103104}
    104105
     
    401402
    402403
    403404/**
    404  * 8.4 - Footer
    405  */
    406 
    407 .site-footer .site-title:after {
    408         padding-right: 0.538461538em;
    409         padding-left: 0.307692308em;
    410 }
    411 
    412 
    413 /**
    414405 * 9.0 - Multisites
    415406 */
    416407
  • 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.site-footer span[role=separator]::before {
     2453        content: '\002f';
     2454}
     2455
     2456
    24472457/**
    24482458 * 12.0 - Media
    24492459 */
  • 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
     31                                if ( function_exists( 'the_privacy_policy_link' ) ) {
     32                                        the_privacy_policy_link( '<span role="separator" aria-hidden="true"></span>', '' );
     33                                }
     34                                ?>
    3035                        </div><!-- #site-info -->
    3136
    3237                        <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.6em 0 0.3em;
     1323}
     1324#site-info span[role=separator]::before {
     1325        content: '\007c';
     1326}
    13211327
    13221328
    13231329/* =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
     20                                if ( function_exists( 'the_privacy_policy_link' ) ) {
     21                                        the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
     22                                }
     23                                ?>
    1924                                <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
    2025                        </div><!-- .site-info -->
    2126                </footer><!-- #colophon -->
  • src/wp-content/themes/twentythirteen/rtl.css

     
    567567        margin-right: auto;
    568568}
    569569
     570.site-footer span[role=separator] {
     571        padding: 0 0.5em;
     572}
    570573
    571574/**
    572575 * 8.0 Media Queries
     
    769772                margin-left: 0;
    770773                margin-right: auto;
    771774        }
    772 }
    773  No newline at end of file
     775}
  • src/wp-content/themes/twentythirteen/style.css

     
    27052705        margin: -10px auto 0;
    27062706}
    27072707
     2708.site-footer span[role=separator] {
     2709        padding: 0 0.25em 0 0.5em;
     2710}
    27082711
     2712.site-footer span[role=separator]::before {
     2713        content: '\002f';
     2714}
     2715
    27092716/**
    27102717 * 8.0 Media Queries
    27112718 * ----------------------------------------------------------------------------
  • 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
     17                        if ( function_exists( 'the_privacy_policy_link' ) ) {
     18                                the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
     19                        }
     20                        ?>
    1621                        <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>
    1722                </div><!-- .site-info -->
    1823        </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.3em 0 0.6em;
     699}
     700.site-info span[role=separator]::before {
     701        content: '\002f';
     702}
    697703
    698704
    699705/* =Main content and comment content