Changeset 43294
- Timestamp:
- 05/17/2018 06:20:44 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 20 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentyeleven/footer.php (modified) (1 diff)
-
src/wp-content/themes/twentyeleven/style.css (modified) (1 diff)
-
src/wp-content/themes/twentyfifteen/footer.php (modified) (1 diff)
-
src/wp-content/themes/twentyfifteen/style.css (modified) (1 diff)
-
src/wp-content/themes/twentyfourteen/footer.php (modified) (1 diff)
-
src/wp-content/themes/twentyfourteen/rtl.css (modified) (1 diff)
-
src/wp-content/themes/twentyfourteen/style.css (modified) (1 diff)
-
src/wp-content/themes/twentyseventeen/style.css (modified) (1 diff)
-
src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php (modified) (1 diff)
-
src/wp-content/themes/twentysixteen/footer.php (modified) (1 diff)
-
src/wp-content/themes/twentysixteen/rtl.css (modified) (2 diffs)
-
src/wp-content/themes/twentysixteen/style.css (modified) (1 diff)
-
src/wp-content/themes/twentyten/footer.php (modified) (2 diffs)
-
src/wp-content/themes/twentyten/style.css (modified) (1 diff)
-
src/wp-content/themes/twentythirteen/footer.php (modified) (1 diff)
-
src/wp-content/themes/twentythirteen/rtl.css (modified) (1 diff)
-
src/wp-content/themes/twentythirteen/style.css (modified) (1 diff)
-
src/wp-content/themes/twentytwelve/footer.php (modified) (1 diff)
-
src/wp-content/themes/twentytwelve/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-content/themes/twentyeleven/footer.php
r35807 r43294 26 26 <div id="site-generator"> 27 27 <?php do_action( 'twentyeleven_credits' ); ?> 28 <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> 28 <?php 29 if ( function_exists( 'the_privacy_policy_link' ) ) { 30 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 31 } 32 ?> 33 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"> 34 <?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?> 35 </a> 29 36 </div> 30 37 </footer><!-- #colophon --> -
branches/4.9/src/wp-content/themes/twentyeleven/style.css
r43130 r43294 2356 2356 font-weight: bold; 2357 2357 } 2358 #site-generator span[role=separator] { 2359 padding: 0 0.25em 0 0.5em 2360 } 2361 #site-generator span[role=separator]::before { 2362 content: '\007c'; 2363 } 2358 2364 2359 2365 -
branches/4.9/src/wp-content/themes/twentyfifteen/footer.php
r30896 r43294 23 23 do_action( 'twentyfifteen_credits' ); 24 24 ?> 25 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a> 25 <?php 26 if ( function_exists( 'the_privacy_policy_link' ) ) { 27 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 28 } 29 ?> 30 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>" class="imprint"> 31 <?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?> 32 </a> 26 33 </div><!-- .site-info --> 27 34 </footer><!-- .site-footer --> -
branches/4.9/src/wp-content/themes/twentyfifteen/style.css
r43130 r43294 2447 2447 } 2448 2448 2449 .site-info span[role=separator] { 2450 padding: 0 0.25em 0 0.5em; 2451 } 2452 2453 .site-info span[role=separator]::before { 2454 content: '\002f'; 2455 } 2449 2456 2450 2457 /** -
branches/4.9/src/wp-content/themes/twentyfourteen/footer.php
r32314 r43294 19 19 <div class="site-info"> 20 20 <?php do_action( 'twentyfourteen_credits' ); ?> 21 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a> 21 <?php 22 if ( function_exists( 'the_privacy_policy_link' ) ) { 23 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 24 } 25 ?> 26 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>" class="imprint"> 27 <?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?> 28 </a> 22 29 </div><!-- .site-info --> 23 30 </footer><!-- #colophon --> -
branches/4.9/src/wp-content/themes/twentyfourteen/rtl.css
r43130 r43294 359 359 } 360 360 361 /** 362 * 8.0 Footer 363 * ----------------------------------------------------------------------------- 364 */ 365 366 .site-info span[role=separator] { 367 padding: 0 0.5em; 368 } 361 369 362 370 /** -
branches/4.9/src/wp-content/themes/twentyfourteen/style.css
r43130 r43294 2924 2924 } 2925 2925 2926 .site-info span[role=separator] { 2927 padding: 0 0.25em 0 0.5em; 2928 } 2929 2930 .site-info span[role=separator]::before { 2931 content: '\002f'; 2932 } 2926 2933 2927 2934 /** -
branches/4.9/src/wp-content/themes/twentyseventeen/style.css
r43130 r43294 2379 2379 } 2380 2380 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 2381 2389 /*-------------------------------------------------------------- 2382 2390 14.0 Comments -
branches/4.9/src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
r38833 r43294 11 11 ?> 12 12 <div class="site-info"> 13 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?></a> 13 <?php 14 if ( function_exists( 'the_privacy_policy_link' ) ) { 15 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 16 } 17 ?> 18 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>" class="imprint"> 19 <?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?> 20 </a> 14 21 </div><!-- .site-info --> -
branches/4.9/src/wp-content/themes/twentysixteen/footer.php
r40851 r43294 49 49 ?> 50 50 <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> 51 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?></a> 51 <?php 52 if ( function_exists( 'the_privacy_policy_link' ) ) { 53 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 54 } 55 ?> 56 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint"> 57 <?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?> 58 </a> 52 59 </div><!-- .site-info --> 53 60 </footer><!-- .site-footer --> -
branches/4.9/src/wp-content/themes/twentysixteen/rtl.css
r43130 r43294 99 99 .site-footer .site-title:after, 100 100 .widecolumn label, 101 .widecolumn .mu_register label { 101 .widecolumn .mu_register label, 102 .site-footer span[role=separator] { 102 103 font-family: Arial, Tahoma, sans-serif; 103 104 } … … 409 410 410 411 /** 411 * 8.4 - Footer412 */413 414 .site-footer .site-title:after {415 padding-right: 0.538461538em;416 padding-left: 0.307692308em;417 }418 419 420 /**421 412 * 9.0 - Multisites 422 413 */ -
branches/4.9/src/wp-content/themes/twentysixteen/style.css
r43130 r43294 2454 2454 } 2455 2455 2456 .site-footer span[role=separator] { 2457 font-family: Montserrat, sans-serif; 2458 opacity: 0.7; 2459 padding: 0 0.307692308em 0 0.538461538em; 2460 } 2461 2462 .site-footer span[role=separator]::before { 2463 content: '\002f'; 2464 } 2465 2456 2466 2457 2467 /** -
branches/4.9/src/wp-content/themes/twentyten/footer.php
r41349 r43294 28 28 <?php bloginfo( 'name' ); ?> 29 29 </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 ?> 30 35 </div><!-- #site-info --> 31 36 … … 38 43 */ 39 44 do_action( 'twentyten_credits' ); ?> 40 <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> 45 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"> 46 <?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?> 47 </a> 41 48 </div><!-- #site-generator --> 42 49 -
branches/4.9/src/wp-content/themes/twentyten/style.css
r43130 r43294 1323 1323 margin: 0 auto 10px; 1324 1324 } 1325 #site-info span[role=separator] { 1326 padding: 0 0.6em 0 0.3em; 1327 } 1328 #site-info span[role=separator]::before { 1329 content: '\007c'; 1330 } 1325 1331 1326 1332 -
branches/4.9/src/wp-content/themes/twentythirteen/footer.php
r36956 r43294 17 17 <div class="site-info"> 18 18 <?php do_action( 'twentythirteen_credits' ); ?> 19 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a> 19 <?php 20 if ( function_exists( 'the_privacy_policy_link' ) ) { 21 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 22 } 23 ?> 24 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>" class="imprint"> 25 <?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?> 26 </a> 20 27 </div><!-- .site-info --> 21 28 </footer><!-- #colophon --> -
branches/4.9/src/wp-content/themes/twentythirteen/rtl.css
r43130 r43294 572 572 } 573 573 574 .site-footer span[role=separator] { 575 padding: 0 0.5em; 576 } 574 577 575 578 /** -
branches/4.9/src/wp-content/themes/twentythirteen/style.css
r43130 r43294 2710 2710 } 2711 2711 2712 .site-footer span[role=separator] { 2713 padding: 0 0.25em 0 0.5em; 2714 } 2715 2716 .site-footer span[role=separator]::before { 2717 content: '\002f'; 2718 } 2712 2719 2713 2720 /** -
branches/4.9/src/wp-content/themes/twentytwelve/footer.php
r32314 r43294 14 14 <div class="site-info"> 15 15 <?php do_action( 'twentytwelve_credits' ); ?> 16 <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> 16 <?php 17 if ( function_exists( 'the_privacy_policy_link' ) ) { 18 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 19 } 20 ?> 21 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"> 22 <?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?> 23 </a> 17 24 </div><!-- .site-info --> 18 25 </footer><!-- #colophon --> -
branches/4.9/src/wp-content/themes/twentytwelve/style.css
r43130 r43294 695 695 color: #21759b; 696 696 } 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 } 697 703 698 704
Note: See TracChangeset
for help on using the changeset viewer.