Ticket #43715: 43715.4.diff
File 43715.4.diff, 9.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 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?> 29 30 <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 31 </div> 31 32 </footer><!-- #colophon --> -
src/wp-content/themes/twentyeleven/style.css
2352 2352 color: #555; 2353 2353 font-weight: bold; 2354 2354 } 2355 #site-generator span[role=separator] { 2356 padding: 0 0.4em 0 0.5em; 2357 } 2355 2358 2356 2359 2357 2360 /* =Responsive Structure -
src/wp-content/themes/twentyfifteen/footer.php
22 22 */ 23 23 do_action( 'twentyfifteen_credits' ); 24 24 ?> 25 <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?> 25 26 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a> 26 27 </div><!-- .site-info --> 27 28 </footer><!-- .site-footer --> -
src/wp-content/themes/twentyfifteen/style.css
2434 2434 color: #333; 2435 2435 } 2436 2436 2437 .site-info span[role=separator] { 2438 padding: 0 0.4em 0 0.5em; 2439 } 2437 2440 2438 2441 /** 2439 2442 * 14.0 Media -
src/wp-content/themes/twentyfourteen/footer.php
18 18 19 19 <div class="site-info"> 20 20 <?php do_action( 'twentyfourteen_credits' ); ?> 21 <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?> 21 22 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a> 22 23 </div><!-- .site-info --> 23 24 </footer><!-- #colophon --> -
src/wp-content/themes/twentyfourteen/style.css
2916 2916 color: #41a62a; 2917 2917 } 2918 2918 2919 .site-info span[role=separator] { 2920 padding: 0 0.4em 0 0.5em; 2921 } 2919 2922 2920 2923 /** 2921 2924 * 9.0 Featured Content -
src/wp-content/themes/twentyseventeen/style.css
2378 2378 width: 100%; 2379 2379 } 2380 2380 2381 .site-info span[role=separator] { 2382 padding: 0 0.3em 0 0.4em; 2383 } 2384 2381 2385 /*-------------------------------------------------------------- 2382 2386 14.0 Comments 2383 2387 --------------------------------------------------------------*/ -
src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
10 10 11 11 ?> 12 12 <div class="site-info"> 13 <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?> 13 14 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?></a> 14 15 </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 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?> 55 56 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?></a> 56 57 </div><!-- .site-info --> 57 58 </footer><!-- .site-footer --> -
src/wp-content/themes/twentysixteen/style.css
2443 2443 padding: 0 0.307692308em 0 0.538461538em; 2444 2444 } 2445 2445 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 } 2446 2451 2452 2447 2453 /** 2448 2454 * 12.0 - Media 2449 2455 */ -
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 the_privacy_policy_link( '<span role="separator" aria-hidden="true">/</span>', '' ); ?> 30 31 </div><!-- #site-info --> 31 32 32 33 <div id="site-generator"> -
src/wp-content/themes/twentyten/style.css
1318 1318 display: block; 1319 1319 margin: 0 auto 10px; 1320 1320 } 1321 #site-info span[role=separator] { 1322 padding: 0 0.7em 0 0.3em 1323 } 1321 1324 1322 1325 1323 1326 /* =Mobile Safari ( iPad, iPhone and iPod Touch ) -
src/wp-content/themes/twentythirteen/footer.php
16 16 17 17 <div class="site-info"> 18 18 <?php do_action( 'twentythirteen_credits' ); ?> 19 <?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?> 19 20 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a> 20 21 </div><!-- .site-info --> 21 22 </footer><!-- #colophon --> -
src/wp-content/themes/twentythirteen/style.css
2705 2705 margin: -10px auto 0; 2706 2706 } 2707 2707 2708 .site-footer span[role=separator] { 2709 padding: 0 0.4em 0 0.5em; 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 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?> 16 17 <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 18 </div><!-- .site-info --> 18 19 </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 span[role=separator] { 698 padding: 0 0.4em 0 0.6em; 699 } 697 700 698 701 699 702 /* =Main content and comment content