Make WordPress Core


Ignore:
Timestamp:
05/02/2018 09:59:34 PM (6 years ago)
Author:
SergeyBiryukov
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.
Merges [43120] to the 4.9 branch.
Fixes #43721.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-login.php

    r43119 r43124  
    253253        printf( _x( '← Back to %s', 'site' ), get_bloginfo( 'title', 'display' ) );
    254254    ?></a></p>
     255    <?php the_privacy_policy_link( '<div class="privacy-policy-page-link">', '</div>' ); ?>
    255256    <?php endif; ?>
    256257
Note: See TracChangeset for help on using the changeset viewer.