Make WordPress Core


Ignore:
Timestamp:
10/20/2020 08:01:04 PM (4 years ago)
Author:
helen
Message:

Privacy: Add requester IP to password reset emails.

Props garrett-eclipse, bridgetwillard, isharis, ocean90.
Fixes #43856.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php

    r48836 r49255  
    585585        }
    586586
     587        /* translators: Default privacy policy text. */
     588        $strings[] = '<p>' . $suggested_text . __( 'If you request a password reset, your IP address will be included in the reset email.' ) . '</p>';
     589
    587590        /* translators: Default privacy policy heading. */
    588591        $strings[] = '<h2>' . __( 'How long we retain your data' ) . '</h2>';
Note: See TracChangeset for help on using the changeset viewer.