diff --git a/src/wp-admin/includes/class-wp-internal-pointers.php b/src/wp-admin/includes/class-wp-internal-pointers.php index 30f3d85db1..de9c3ef8e2 100644 --- a/src/wp-admin/includes/class-wp-internal-pointers.php +++ b/src/wp-admin/includes/class-wp-internal-pointers.php @@ -161,23 +161,21 @@ final class WP_Internal_Pointers { * @since 4.9.6 */ public static function pointer_wp496_privacy() { - $content = '

' . __( 'Privacy and Personal Data' ) . '

'; - $content .= '

' . __( 'Privacy Policy' ) . '

'; - $content .= '

' . __( 'Create or select your site’s privacy policy page under Settings > Privacy to keep your users informed and aware.' ) . '

'; + $content = '

' . __( 'Personal Data and Privacy' ) . '

'; $content .= '

' . __( 'Personal Data Export and Erasure' ) . '

'; $content .= '

' . __( 'New Tools have been added to help you with personal data export and erasure requests.' ) . '

'; + $content .= '

' . __( 'Privacy Policy' ) . '

'; + $content .= '

' . __( 'Create or select your site’s privacy policy page under Settings > Privacy to keep your users informed and aware.' ) . '

'; if ( is_rtl() ) { $position = array( 'edge' => 'right', 'align' => 'left', - 'at' => 'left+40', ); } else { $position = array( 'edge' => 'left', 'align' => 'right', - 'at' => 'right-40 bottom' ); } diff --git a/src/wp-includes/css/wp-pointer.css b/src/wp-includes/css/wp-pointer.css index a0be97b4cc..f1856d995c 100644 --- a/src/wp-includes/css/wp-pointer.css +++ b/src/wp-includes/css/wp-pointer.css @@ -37,11 +37,12 @@ } .wp-pointer-content h4 { - margin: 1.33em 15px; + margin: 1.33em 20px 1em; + font-size: 1.15em; } .wp-pointer-content p { - padding: 0 15px; + padding: 0 20px; } .wp-pointer-buttons {