Changeset 44971
- Timestamp:
- 03/21/2019 09:16:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r44779 r44971 183 183 /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */ 184 184 __( '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' ) ), 186 186 '', 187 187 ''
Note: See TracChangeset
for help on using the changeset viewer.