Index: src/wp-content/themes/twentytwenty/footer.php
===================================================================
--- src/wp-content/themes/twentytwenty/footer.php	(revision 51948)
+++ src/wp-content/themes/twentytwenty/footer.php	(working copy)
@@ -28,6 +28,12 @@
 							<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a>
 						</p><!-- .footer-copyright -->
 
+						<?php
+						if ( function_exists( 'the_privacy_policy_link' ) ) {
+							the_privacy_policy_link( '<p class="privacy-policy">', '</p>' );
+						}
+						?>
+
 						<p class="powered-by-wordpress">
 							<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwenty' ) ); ?>">
 								<?php _e( 'Powered by WordPress', 'twentytwenty' ); ?>
Index: src/wp-content/themes/twentytwenty/style-rtl.css
===================================================================
--- src/wp-content/themes/twentytwenty/style-rtl.css	(revision 51948)
+++ src/wp-content/themes/twentytwenty/style-rtl.css	(working copy)
@@ -4464,15 +4464,22 @@
 }
 
 .footer-copyright a,
+.privacy-policy a,
 .powered-by-wordpress a {
 	color: inherit;
 }
 
+.privacy-policy,
 .powered-by-wordpress,
 .to-the-top {
 	color: #6d6d6d;
 }
 
+a.to-the-top {
+	margin-right: 2.4rem;
+	white-space: nowrap;
+}
+
 a.to-the-top > * {
 	pointer-events: none;
 }
@@ -4487,6 +4494,10 @@
 	margin: 0 2.4rem 0 0;
 }
 
+.privacy-policy {
+	margin: 1.2rem 0 0;
+}
+
 .to-the-top-long {
 	display: none;
 }
@@ -5570,6 +5581,7 @@
 
 	.footer-credits {
 		display: flex;
+		flex-wrap: wrap;
 	}
 
 	.footer-copyright {
@@ -5576,8 +5588,8 @@
 		font-weight: 700;
 	}
 
-	.powered-by-wordpress {
-		display: block;
+	.privacy-policy {
+		margin: 0 2.4rem 0 0;
 	}
 
 	.to-the-top-long {
@@ -6028,6 +6040,10 @@
 	.footer-menu li {
 		margin: 1.2rem 2.4rem 0 0;
 	}
+
+	.powered-by-wordpress {
+		display: block;
+	}
 }
 
 
Index: src/wp-content/themes/twentytwenty/style.css
===================================================================
--- src/wp-content/themes/twentytwenty/style.css	(revision 51948)
+++ src/wp-content/themes/twentytwenty/style.css	(working copy)
@@ -4498,15 +4498,22 @@
 }
 
 .footer-copyright a,
+.privacy-policy a,
 .powered-by-wordpress a {
 	color: inherit;
 }
 
+.privacy-policy,
 .powered-by-wordpress,
 .to-the-top {
 	color: #6d6d6d;
 }
 
+a.to-the-top {
+	margin-left: 2.4rem;
+	white-space: nowrap;
+}
+
 a.to-the-top > * {
 	pointer-events: none;
 }
@@ -4521,6 +4528,10 @@
 	margin: 0 0 0 2.4rem;
 }
 
+.privacy-policy {
+	margin: 1.2rem 0 0;
+}
+
 .to-the-top-long {
 	display: none;
 }
@@ -5632,6 +5643,7 @@
 
 	.footer-credits {
 		display: flex;
+		flex-wrap: wrap;
 	}
 
 	.footer-copyright {
@@ -5638,8 +5650,8 @@
 		font-weight: 700;
 	}
 
-	.powered-by-wordpress {
-		display: block;
+	.privacy-policy {
+		margin: 0 0 0 2.4rem;
 	}
 
 	.to-the-top-long {
@@ -6118,6 +6130,10 @@
 	.footer-menu li {
 		margin: 1.2rem 0 0 2.4rem;
 	}
+
+	.powered-by-wordpress {
+		display: block;
+	}
 }
 
 
