Ticket #43715: 43715.2.diff
| File 43715.2.diff, 7.9 KB (added by , 8 years ago) |
|---|
-
src/wp-content/themes/twentyeleven/footer.php
26 26 27 27 <div id="site-generator"> 28 28 <?php do_action( 'twentyeleven_credits' ); ?> 29 <?php 30 if ( $url = get_privacy_policy_url() ) { 31 echo '<span class="privacy-policy-page-link"><a href="' . esc_attr( $url ) . '" title="' . esc_html( 'Privacy Policy', 'twentyten' ) . '">' . esc_html( 'Privacy Policy', 'twentyten' ) . '</a></span><br>'; 32 } 33 ?> 29 34 <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> 30 35 </div> 31 36 </footer><!-- #colophon --> -
src/wp-content/themes/twentyfifteen/footer.php
22 22 */ 23 23 do_action( 'twentyfifteen_credits' ); 24 24 ?> 25 <?php 26 if ( $url = get_privacy_policy_url() ) { 27 echo '<span class="privacy-policy-page-link"><a href="' . esc_attr( $url ) . '" title="' . esc_html( 'Privacy Policy', 'twentyten' ) . '">' . esc_html( 'Privacy Policy', 'twentyten' ) . '</a> - </span>'; 28 } 29 ?> 25 30 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a> 26 31 </div><!-- .site-info --> 27 32 </footer><!-- .site-footer --> -
src/wp-content/themes/twentyfourteen/footer.php
18 18 19 19 <div class="site-info"> 20 20 <?php do_action( 'twentyfourteen_credits' ); ?> 21 <?php 22 if ( $url = get_privacy_policy_url() ) { 23 echo '<span class="privacy-policy-page-link"><a href="' . esc_attr( $url ) . '" title="' . esc_html( 'Privacy Policy', 'twentyten' ) . '">' . esc_html( 'Privacy Policy', 'twentyten' ) . '</a> - </span>'; 24 } 25 ?> 21 26 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a> 22 27 </div><!-- .site-info --> 23 28 </footer><!-- #colophon --> -
src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
10 10 11 11 ?> 12 12 <div class="site-info"> 13 <?php 14 if ( $url = get_privacy_policy_url() ) { 15 echo '<span class="privacy-policy-page-link"><a href="' . esc_attr( $url ) . '" title="' . esc_html( 'Privacy Policy', 'twentyten' ) . '">' . esc_html( 'Privacy Policy', 'twentyten' ) . '</a> - </span>'; 16 } 17 ?> 13 18 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?></a> 14 19 </div><!-- .site-info --> -
src/wp-content/themes/twentysixteen/footer.php
52 52 do_action( 'twentysixteen_credits' ); 53 53 ?> 54 54 <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> 55 <?php 56 if ( $url = get_privacy_policy_url() ) { 57 echo '<span class="privacy-policy-page-link"><a href="' . esc_attr( $url ) . '" title="' . esc_html( 'Privacy Policy', 'twentyten' ) . '">' . esc_html( 'Privacy Policy', 'twentyten' ) . '</a></span>'; 58 } 59 ?> 55 60 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?></a> 56 61 </div><!-- .site-info --> 57 62 </footer><!-- .site-footer --> -
src/wp-content/themes/twentysixteen/style.css
2435 2435 font-weight: 400; 2436 2436 } 2437 2437 2438 .site-footer .site-title:after { 2438 .site-footer .site-title:after, 2439 .privacy-policy-page-link:after { 2439 2440 content: "\002f"; 2440 2441 display: inline-block; 2441 2442 font-family: Montserrat, sans-serif; -
src/wp-content/themes/twentyten/footer.php
27 27 <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> 28 28 <?php bloginfo( 'name' ); ?> 29 29 </a> 30 <?php 31 if ( $url = get_privacy_policy_url() ) { 32 echo '<span class="privacy-policy-page-link"> - <a href="' . esc_attr( $url ) . '" title="' . esc_html( 'Privacy Policy', 'twentyten' ) . '">' . esc_html( 'Privacy Policy', 'twentyten' ) . '</a></span>'; 33 } 34 ?> 30 35 </div><!-- #site-info --> 31 36 32 37 <div id="site-generator"> … … 39 44 do_action( 'twentyten_credits' ); 40 45 ?> 41 46 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a> 47 42 48 </div><!-- #site-generator --> 43 49 44 50 </div><!-- #colophon --> -
src/wp-content/themes/twentythirteen/footer.php
16 16 17 17 <div class="site-info"> 18 18 <?php do_action( 'twentythirteen_credits' ); ?> 19 <?php 20 if ( $url = get_privacy_policy_url() ) { 21 echo '<span class="privacy-policy-page-link"><a href="' . esc_attr( $url ) . '" title="' . esc_html( 'Privacy Policy', 'twentyten' ) . '">' . esc_html( 'Privacy Policy', 'twentyten' ) . '</a></span><br>'; 22 } 23 ?> 19 24 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a> 20 25 </div><!-- .site-info --> 21 26 </footer><!-- #colophon --> -
src/wp-content/themes/twentytwelve/footer.php
13 13 <footer id="colophon" role="contentinfo"> 14 14 <div class="site-info"> 15 15 <?php do_action( 'twentytwelve_credits' ); ?> 16 <?php 17 if ( $url = get_privacy_policy_url() ) { 18 echo '<span class="privacy-policy-page-link"><a href="' . esc_attr( $url ) . '" title="' . esc_html( 'Privacy Policy', 'twentyten' ) . '">' . esc_html( 'Privacy Policy', 'twentyten' ) . '</a> - </span>'; 19 } 20 ?> 16 21 <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> 17 22 </div><!-- .site-info --> 18 23 </footer><!-- #colophon -->