Index: src/wp-content/themes/twentyeleven/footer.php
===================================================================
--- src/wp-content/themes/twentyeleven/footer.php	(revision 43002)
+++ src/wp-content/themes/twentyeleven/footer.php	(working copy)
@@ -26,6 +26,7 @@
 
 			<div id="site-generator">
 				<?php do_action( 'twentyeleven_credits' ); ?>
+				<?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
 				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>
 			</div>
 	</footer><!-- #colophon -->
Index: src/wp-content/themes/twentyeleven/style.css
===================================================================
--- src/wp-content/themes/twentyeleven/style.css	(revision 43002)
+++ src/wp-content/themes/twentyeleven/style.css	(working copy)
@@ -2352,6 +2352,9 @@
 	color: #555;
 	font-weight: bold;
 }
+#site-generator span[role=separator] {
+	padding: 0 0.4em 0 0.5em;
+}
 
 
 /* =Responsive Structure
Index: src/wp-content/themes/twentyfifteen/footer.php
===================================================================
--- src/wp-content/themes/twentyfifteen/footer.php	(revision 43002)
+++ src/wp-content/themes/twentyfifteen/footer.php	(working copy)
@@ -22,6 +22,7 @@
 				 */
 				do_action( 'twentyfifteen_credits' );
 			?>
+			<?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
 			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a>
 		</div><!-- .site-info -->
 	</footer><!-- .site-footer -->
Index: src/wp-content/themes/twentyfifteen/style.css
===================================================================
--- src/wp-content/themes/twentyfifteen/style.css	(revision 43002)
+++ src/wp-content/themes/twentyfifteen/style.css	(working copy)
@@ -2434,6 +2434,9 @@
 	color: #333;
 }
 
+.site-info span[role=separator] {
+	padding: 0 0.4em 0 0.5em;
+}
 
 /**
  * 14.0 Media
Index: src/wp-content/themes/twentyfourteen/footer.php
===================================================================
--- src/wp-content/themes/twentyfourteen/footer.php	(revision 43002)
+++ src/wp-content/themes/twentyfourteen/footer.php	(working copy)
@@ -18,6 +18,7 @@
 
 			<div class="site-info">
 				<?php do_action( 'twentyfourteen_credits' ); ?>
+				<?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
 				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
 			</div><!-- .site-info -->
 		</footer><!-- #colophon -->
Index: src/wp-content/themes/twentyfourteen/style.css
===================================================================
--- src/wp-content/themes/twentyfourteen/style.css	(revision 43002)
+++ src/wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -2916,6 +2916,9 @@
 	color: #41a62a;
 }
 
+.site-info span[role=separator] {
+	padding: 0 0.4em 0 0.5em;
+}
 
 /**
  * 9.0 Featured Content
Index: src/wp-content/themes/twentyseventeen/style.css
===================================================================
--- src/wp-content/themes/twentyseventeen/style.css	(revision 43002)
+++ src/wp-content/themes/twentyseventeen/style.css	(working copy)
@@ -2378,6 +2378,10 @@
 	width: 100%;
 }
 
+.site-info span[role=separator] {
+	padding: 0 0.3em 0 0.4em;
+}
+
 /*--------------------------------------------------------------
 14.0 Comments
 --------------------------------------------------------------*/
Index: src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
===================================================================
--- src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php	(revision 43002)
+++ src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php	(working copy)
@@ -10,5 +10,6 @@
 
 ?>
 <div class="site-info">
+	<?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
 	<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); ?></a>
 </div><!-- .site-info -->
Index: src/wp-content/themes/twentysixteen/footer.php
===================================================================
--- src/wp-content/themes/twentysixteen/footer.php	(revision 43002)
+++ src/wp-content/themes/twentysixteen/footer.php	(working copy)
@@ -52,6 +52,7 @@
 					do_action( 'twentysixteen_credits' );
 				?>
 				<span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
+				<?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
 				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?></a>
 			</div><!-- .site-info -->
 		</footer><!-- .site-footer -->
Index: src/wp-content/themes/twentysixteen/style.css
===================================================================
--- src/wp-content/themes/twentysixteen/style.css	(revision 43002)
+++ src/wp-content/themes/twentysixteen/style.css	(working copy)
@@ -2443,7 +2443,13 @@
 	padding: 0 0.307692308em 0 0.538461538em;
 }
 
+.site-footer span[role=separator] {
+	font-family: Montserrat, sans-serif;
+	opacity: 0.7;
+	padding: 0 0.307692308em 0 0.538461538em;
+}
 
+
 /**
  * 12.0 - Media
  */
Index: src/wp-content/themes/twentyten/footer.php
===================================================================
--- src/wp-content/themes/twentyten/footer.php	(revision 43002)
+++ src/wp-content/themes/twentyten/footer.php	(working copy)
@@ -27,6 +27,7 @@
 				<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
 					<?php bloginfo( 'name' ); ?>
 				</a>
+				<?php the_privacy_policy_link( '<span role="separator" aria-hidden="true">/</span>', '' ); ?>
 			</div><!-- #site-info -->
 
 			<div id="site-generator">
Index: src/wp-content/themes/twentyten/style.css
===================================================================
--- src/wp-content/themes/twentyten/style.css	(revision 43002)
+++ src/wp-content/themes/twentyten/style.css	(working copy)
@@ -1318,6 +1318,9 @@
 	display: block;
 	margin: 0 auto 10px;
 }
+#site-info span[role=separator] {
+	padding: 0 0.7em 0 0.3em
+}
 
 
 /* =Mobile Safari ( iPad, iPhone and iPod Touch )
Index: src/wp-content/themes/twentythirteen/footer.php
===================================================================
--- src/wp-content/themes/twentythirteen/footer.php	(revision 43002)
+++ src/wp-content/themes/twentythirteen/footer.php	(working copy)
@@ -16,6 +16,7 @@
 
 			<div class="site-info">
 				<?php do_action( 'twentythirteen_credits' ); ?>
+				<?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
 				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentythirteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
 			</div><!-- .site-info -->
 		</footer><!-- #colophon -->
Index: src/wp-content/themes/twentythirteen/style.css
===================================================================
--- src/wp-content/themes/twentythirteen/style.css	(revision 43002)
+++ src/wp-content/themes/twentythirteen/style.css	(working copy)
@@ -2705,7 +2705,11 @@
 	margin: -10px auto 0;
 }
 
+.site-footer span[role=separator] {
+	padding: 0 0.4em 0 0.5em;
+}
 
+
 /**
  * 8.0 Media Queries
  * ----------------------------------------------------------------------------
Index: src/wp-content/themes/twentytwelve/footer.php
===================================================================
--- src/wp-content/themes/twentytwelve/footer.php	(revision 43002)
+++ src/wp-content/themes/twentytwelve/footer.php	(working copy)
@@ -13,6 +13,7 @@
 	<footer id="colophon" role="contentinfo">
 		<div class="site-info">
 			<?php do_action( 'twentytwelve_credits' ); ?>
+			<?php the_privacy_policy_link( '', '<span role="separator" aria-hidden="true">/</span>' ); ?>
 			<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
 		</div><!-- .site-info -->
 	</footer><!-- #colophon -->
Index: src/wp-content/themes/twentytwelve/style.css
===================================================================
--- src/wp-content/themes/twentytwelve/style.css	(revision 43002)
+++ src/wp-content/themes/twentytwelve/style.css	(working copy)
@@ -694,6 +694,9 @@
 footer[role="contentinfo"] a:hover {
 	color: #21759b;
 }
+.site-info span[role=separator] {
+	padding: 0 0.4em 0 0.6em;
+}
 
 
 /* =Main content and comment content
