wp/wp-admin/options-privacy.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   234 				</strong>
   234 				</strong>
   235 			<?php
   235 			<?php
   236 		}
   236 		}
   237 		printf(
   237 		printf(
   238 			/* translators: 1: Privacy Policy guide URL, 2: Additional link attributes, 3: Accessibility text. */
   238 			/* translators: 1: Privacy Policy guide URL, 2: Additional link attributes, 3: Accessibility text. */
   239 			__( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our privacy policy guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),
   239 			__( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out the privacy policy guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),
   240 			esc_url( admin_url( 'options-privacy.php?tab=policyguide' ) ),
   240 			esc_url( admin_url( 'options-privacy.php?tab=policyguide' ) ),
   241 			'',
   241 			'',
   242 			''
   242 			''
   243 		);
   243 		);
   244 		?>
   244 		?>