Changeset 43051
- Timestamp:
- 05/01/2018 06:27:45 AM (7 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/footer.php
r42343 r43051 27 27 <div id="site-generator"> 28 28 <?php do_action( 'twentyeleven_credits' ); ?> 29 <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> 29 <?php 30 if ( function_exists( 'the_privacy_policy_link' ) ) { 31 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 32 } 33 ?> 34 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"> 35 <?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?> 36 </a> 30 37 </div> 31 38 </footer><!-- #colophon --> -
trunk/src/wp-content/themes/twentyeleven/style.css
r42105 r43051 2353 2353 font-weight: bold; 2354 2354 } 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 } 2355 2361 2356 2362 -
trunk/src/wp-content/themes/twentyfifteen/footer.php
r30896 r43051 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 --> -
trunk/src/wp-content/themes/twentyfifteen/style.css
r42105 r43051 2435 2435 } 2436 2436 2437 .site-info span[role=separator] { 2438 padding: 0 0.25em 0 0.5em; 2439 } 2440 2441 .site-info span[role=separator]::before { 2442 content: '\002f'; 2443 } 2437 2444 2438 2445 /** -
trunk/src/wp-content/themes/twentyfourteen/footer.php
r42343 r43051 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 --> -
trunk/src/wp-content/themes/twentyfourteen/rtl.css
r40839 r43051 356 356 } 357 357 358 /** 359 * 8.0 Footer 360 * ----------------------------------------------------------------------------- 361 */ 362 363 .site-info span[role=separator] { 364 padding: 0 0.5em; 365 } 358 366 359 367 /** -
trunk/src/wp-content/themes/twentyfourteen/style.css
r42105 r43051 2917 2917 } 2918 2918 2919 .site-info span[role=separator] { 2920 padding: 0 0.25em 0 0.5em; 2921 } 2922 2923 .site-info span[role=separator]::before { 2924 content: '\002f'; 2925 } 2919 2926 2920 2927 /** -
trunk/src/wp-content/themes/twentyseventeen/style.css
r42881 r43051 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 -
trunk/src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
r38833 r43051 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 --> -
trunk/src/wp-content/themes/twentysixteen/footer.php
r42343 r43051 53 53 ?> 54 54 <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> 55 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?></a> 55 <?php 56 if ( function_exists( 'the_privacy_policy_link' ) ) { 57 the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); 58 } 59 ?> 60 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint"> 61 <?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?> 62 </a> 56 63 </div><!-- .site-info --> 57 64 </footer><!-- .site-footer --> -
trunk/src/wp-content/themes/twentysixteen/rtl.css
r41756 r43051 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 } … … 402 403 403 404 /** 404 * 8.4 - Footer405 */406 407 .site-footer .site-title:after {408 padding-right: 0.538461538em;409 padding-left: 0.307692308em;410 }411 412 413 /**414 405 * 9.0 - Multisites 415 406 */ -
trunk/src/wp-content/themes/twentysixteen/style.css
r42105 r43051 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 } 2451 2452 .site-footer span[role=separator]::before { 2453 content: '\002f'; 2454 } 2455 2446 2456 2447 2457 /** -
trunk/src/wp-content/themes/twentyten/footer.php
r42343 r43051 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 … … 39 44 do_action( 'twentyten_credits' ); 40 45 ?> 41 <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> 46 <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"> 47 <?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?> 48 </a> 42 49 </div><!-- #site-generator --> 43 50 -
trunk/src/wp-content/themes/twentyten/style.css
r42886 r43051 1319 1319 margin: 0 auto 10px; 1320 1320 } 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 } 1321 1327 1322 1328 -
trunk/src/wp-content/themes/twentythirteen/footer.php
r42343 r43051 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 --> -
trunk/src/wp-content/themes/twentythirteen/rtl.css
r40839 r43051 568 568 } 569 569 570 .site-footer span[role=separator] { 571 padding: 0 0.5em; 572 } 570 573 571 574 /** -
trunk/src/wp-content/themes/twentythirteen/style.css
r42105 r43051 2706 2706 } 2707 2707 2708 .site-footer span[role=separator] { 2709 padding: 0 0.25em 0 0.5em; 2710 } 2711 2712 .site-footer span[role=separator]::before { 2713 content: '\002f'; 2714 } 2708 2715 2709 2716 /** -
trunk/src/wp-content/themes/twentytwelve/footer.php
r42343 r43051 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 --> -
trunk/src/wp-content/themes/twentytwelve/style.css
r42105 r43051 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.