Ticket #43715: 43715.3.diff
File 43715.3.diff, 12.1 KB (added by , 7 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 $privacy_policy_url = get_privacy_policy_url(); 31 if ( $privacy_policy_url ) : 32 ?> 33 <span class="privacy-policy-page-link"> 34 <a href="<?php echo esc_url( $privacy_policy_url ); ?>" aria-label="<?php esc_attr_e( 'Privacy Policy', 'twentyeleven' ); ?>"> 35 <?php _e( 'Privacy Policy', 'twentyeleven' ); ?> 36 </a> 37 </span> 38 <?php endif; ?> 29 39 <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 40 </div> 31 41 </footer><!-- #colophon --> -
src/wp-content/themes/twentyeleven/style.css
2353 2353 font-weight: bold; 2354 2354 } 2355 2355 2356 #site-generator .privacy-policy-page-link { 2357 display: block; 2358 } 2356 2359 2360 2357 2361 /* =Responsive Structure 2358 2362 ----------------------------------------------- */ 2359 2363 -
src/wp-content/themes/twentyfifteen/footer.php
22 22 */ 23 23 do_action( 'twentyfifteen_credits' ); 24 24 ?> 25 <?php 26 $privacy_policy_url = get_privacy_policy_url(); 27 if ( $privacy_policy_url ) : 28 ?> 29 <span class="privacy-policy-page-link"> 30 <a href="<?php echo esc_url( $privacy_policy_url ); ?>" aria-label="<?php esc_attr_e( 'Privacy Policy', 'twentyfifteen' ); ?>"> 31 <?php _e( 'Privacy Policy', 'twentyfifteen' ); ?> 32 </a> 33 </span> 34 <?php endif; ?> 25 35 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a> 26 36 </div><!-- .site-info --> 27 37 </footer><!-- .site-footer --> -
src/wp-content/themes/twentyfifteen/style.css
2434 2434 color: #333; 2435 2435 } 2436 2436 2437 .site-info .privacy-policy-page-link:after { 2438 content: "\002f"; 2439 display: inline-block; 2440 opacity: 0.7; 2441 padding: 0 5px; 2442 } 2437 2443 2444 2438 2445 /** 2439 2446 * 14.0 Media 2440 2447 */ -
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 $privacy_policy_url = get_privacy_policy_url(); 23 if ( $privacy_policy_url ) : 24 ?> 25 <span class="privacy-policy-page-link"> 26 <a href="<?php echo esc_url( $privacy_policy_url ); ?>" aria-label="<?php esc_attr_e( 'Privacy Policy', 'twentyfourteen' ); ?>"> 27 <?php _e( 'Privacy Policy', 'twentyfourteen' ); ?> 28 </a> 29 </span> 30 <?php endif; ?> 21 31 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a> 22 32 </div><!-- .site-info --> 23 33 </footer><!-- #colophon --> -
src/wp-content/themes/twentyfourteen/style.css
2916 2916 color: #41a62a; 2917 2917 } 2918 2918 2919 .site-info .privacy-policy-page-link:after { 2920 content: "\002f"; 2921 display: inline-block; 2922 opacity: 0.7; 2923 padding: 0 5px; 2924 } 2919 2925 2920 2926 /** 2921 2927 * 9.0 Featured Content -
src/wp-content/themes/twentyseventeen/style.css
2378 2378 width: 100%; 2379 2379 } 2380 2380 2381 .site-info .privacy-policy-page-link:after { 2382 content: "\002f"; 2383 display: inline-block; 2384 opacity: 0.7; 2385 padding: 0 3px; 2386 } 2387 2381 2388 /*-------------------------------------------------------------- 2382 2389 14.0 Comments 2383 2390 --------------------------------------------------------------*/ -
src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
10 10 11 11 ?> 12 12 <div class="site-info"> 13 <?php 14 $privacy_policy_url = get_privacy_policy_url(); 15 if ( $privacy_policy_url ) : 16 ?> 17 <span class="privacy-policy-page-link"> 18 <a href="<?php echo esc_url( $privacy_policy_url ); ?>" aria-label="<?php esc_attr_e( 'Privacy Policy', 'twentyseventeen' ); ?>"> 19 <?php _e( 'Privacy Policy', 'twentyseventeen' ); ?> 20 </a> 21 </span> 22 <?php endif; ?> 13 23 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?></a> 14 24 </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 $privacy_policy_url = get_privacy_policy_url(); 57 if ( $privacy_policy_url ) : 58 ?> 59 <span class="privacy-policy-page-link"> 60 <a href="<?php echo esc_url( $privacy_policy_url ); ?>" aria-label="<?php esc_attr_e( 'Privacy Policy', 'twentysixteen' ); ?>"> 61 <?php _e( 'Privacy Policy', 'twentysixteen' ); ?> 62 </a> 63 </span> 64 <?php endif; ?> 55 65 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?></a> 56 66 </div><!-- .site-info --> 57 67 </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 $privacy_policy_url = get_privacy_policy_url(); 32 if ( $privacy_policy_url ) : 33 ?> 34 <span class="privacy-policy-page-link"> 35 <a href="<?php echo esc_url( $privacy_policy_url ); ?>" aria-label="<?php esc_attr_e( 'Privacy Policy', 'twentyten' ); ?>"> 36 <?php _e( 'Privacy Policy', 'twentyten' ); ?> 37 </a> 38 </span> 39 <?php endif; ?> 30 40 </div><!-- #site-info --> 31 41 32 42 <div id="site-generator"> … … 39 49 do_action( 'twentyten_credits' ); 40 50 ?> 41 51 <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> 52 42 53 </div><!-- #site-generator --> 43 54 44 55 </div><!-- #colophon --> -
src/wp-content/themes/twentyten/style.css
1299 1299 color: #000; 1300 1300 text-decoration: none; 1301 1301 } 1302 #site-info .privacy-policy-page-link:before { 1303 content: "\002f"; 1304 display: inline-block; 1305 opacity: 0.7; 1306 padding: 0 7px; 1307 } 1302 1308 #site-generator { 1303 1309 font-style: italic; 1304 1310 position: relative; -
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 $privacy_policy_url = get_privacy_policy_url(); 21 if ( $privacy_policy_url ) : 22 ?> 23 <span class="privacy-policy-page-link"> 24 <a href="<?php echo esc_url( $privacy_policy_url ); ?>" aria-label="<?php esc_attr_e( 'Privacy Policy', 'twentythirteen' ); ?>"> 25 <?php _e( 'Privacy Policy', 'twentythirteen' ); ?> 26 </a> 27 </span> 28 <?php endif; ?> 19 29 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a> 20 30 </div><!-- .site-info --> 21 31 </footer><!-- #colophon --> -
src/wp-content/themes/twentythirteen/style.css
2705 2705 margin: -10px auto 0; 2706 2706 } 2707 2707 2708 .site-info .privacy-policy-page-link { 2709 display: block; 2710 } 2708 2711 2712 2709 2713 /** 2710 2714 * 8.0 Media Queries 2711 2715 * ---------------------------------------------------------------------------- -
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 $privacy_policy_url = get_privacy_policy_url(); 18 if ( $privacy_policy_url ) : 19 ?> 20 <span class="privacy-policy-page-link"> 21 <a href="<?php echo esc_url( $privacy_policy_url ); ?>" aria-label="<?php esc_attr_e( 'Privacy Policy', 'twentytwelve' ); ?>"> 22 <?php _e( 'Privacy Policy', 'twentytwelve' ); ?> 23 </a> 24 </span> 25 <?php endif; ?> 16 26 <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 27 </div><!-- .site-info --> 18 28 </footer><!-- #colophon --> -
src/wp-content/themes/twentytwelve/style.css
694 694 footer[role="contentinfo"] a:hover { 695 695 color: #21759b; 696 696 } 697 .site-info .privacy-policy-page-link:after { 698 content: "\002f"; 699 display: inline-block; 700 opacity: 0.7; 701 padding: 0 5px; 702 } 697 703 698 704 699 705 /* =Main content and comment content