Make WordPress Core

Changeset 44971


Ignore:
Timestamp:
03/21/2019 09:16:52 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Use a consistent URL for Privacy Policy guide.

Props garrett-eclipse, mukesh27, birgire, desrosj.
Fixes #44876.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy.php

    r44779 r44971  
    183183            /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */
    184184            __( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),
    185             esc_url( admin_url( 'tools.php?wp-privacy-policy-guide' ) ),
     185            esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ),
    186186            '',
    187187            ''
Note: See TracChangeset for help on using the changeset viewer.