--- a/wp/wp-admin/includes/class-wp-privacy-policy-content.php Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/includes/class-wp-privacy-policy-content.php Tue Sep 27 16:37:53 2022 +0200
@@ -125,6 +125,8 @@
* Output a warning when some privacy info has changed.
*
* @since 4.9.6
+ *
+ * @global WP_Post $post Global post object.
*/
public static function policy_text_changed_notice() {
global $post;
@@ -303,6 +305,8 @@
* @since 4.9.6
* @since 5.0.0 The `$post` parameter was made optional.
*
+ * @global WP_Post $post Global post object.
+ *
* @param WP_Post|null $post The currently edited post. Default null.
*/
public static function notice( $post = null ) {
@@ -587,7 +591,7 @@
}
/* translators: Default privacy policy heading. */
- $strings[] = '<h2>' . __( 'Where we send your data' ) . '</h2>';
+ $strings[] = '<h2>' . __( 'Where your data is sent' ) . '</h2>';
if ( $description ) {
/* translators: Privacy policy tutorial. */