Make WordPress Core


Ignore:
Timestamp:
05/01/2018 06:27:45 AM (6 years ago)
Author:
iandunn
Message:

Bundled Themes: Add link to privacy policy page in footer.

If a privacy policy has been set, then a link to it will automatically be shown in the footer.

The element containing the "Proudly powered by WordPress" link was chosen for the new policy link, in order to minimize visual conflicts with custom CSS that was written before the new link existed. Unfortunately, some minor conflicts are expected and unavoidable. Adding this link is required as part of GDPR compliance, and the benefits outweigh the downsides.

To further mitigate the conflicts, a new imprint class was added to the "Proudly powered..." link, in order to facilitate targeting each link invididually with custom styles.

Props xkon, laurelfulford, birgire, azaozz, iandunn.
See #43715.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/rtl.css

    r41756 r43051  
    9999.site-footer .site-title:after,
    100100.widecolumn label,
    101 .widecolumn .mu_register label {
     101.widecolumn .mu_register label,
     102.site-footer span[role=separator] {
    102103    font-family: Arial, Tahoma, sans-serif;
    103104}
     
    402403
    403404/**
    404  * 8.4 - Footer
    405  */
    406 
    407 .site-footer .site-title:after {
    408     padding-right: 0.538461538em;
    409     padding-left: 0.307692308em;
    410 }
    411 
    412 
    413 /**
    414405 * 9.0 - Multisites
    415406 */
Note: See TracChangeset for help on using the changeset viewer.