Make WordPress Core


Ignore:
Timestamp:
05/02/2018 07:48:01 PM (7 years ago)
Author:
iandunn
Message:

Privacy: Add policy link to login screen.

Personal data collection is more likely for registered users than casual visitors, and the privacy policy might have been updated since a user last logged in. Those changes could impact the collection of personal data from registered users, so it makes sense to provide a link to the policy before users log in.

Props voneff, xkon, melchoyce, chetan200891, desrosj.
Fixes #43721.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r43118 r43120  
    262262    ?>
    263263    </a></p>
     264    <?php the_privacy_policy_link( '<div class="privacy-policy-page-link">', '</div>' ); ?>
    264265    <?php endif; ?>
    265266
Note: See TracChangeset for help on using the changeset viewer.