Index: src/wp-content/themes/twentyeleven/footer.php
===================================================================
--- src/wp-content/themes/twentyeleven/footer.php	(revision 43005)
+++ src/wp-content/themes/twentyeleven/footer.php	(working copy)
@@ -26,6 +26,11 @@
 
 			<div id="site-generator">
 				<?php do_action( 'twentyeleven_credits' ); ?>
+				<?php
+				if ( function_exists( 'the_privacy_policy_link' ) ) {
+					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 43005)
+++ src/wp-content/themes/twentyeleven/style.css	(working copy)
@@ -2352,6 +2352,12 @@
 	color: #555;
 	font-weight: bold;
 }
+#site-generator span[role=separator] {
+	padding: 0 0.25em 0 0.5em
+}
+#site-generator span[role=separator]::before {
+	content: '\007c';
+}
 
 
 /* =Responsive Structure
Index: src/wp-content/themes/twentyfifteen/footer.php
===================================================================
--- src/wp-content/themes/twentyfifteen/footer.php	(revision 43005)
+++ src/wp-content/themes/twentyfifteen/footer.php	(working copy)
@@ -22,6 +22,11 @@
 				 */
 				do_action( 'twentyfifteen_credits' );
 			?>
+			<?php
+			if ( function_exists( 'the_privacy_policy_link' ) ) {
+				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 43005)
+++ src/wp-content/themes/twentyfifteen/style.css	(working copy)
@@ -2434,7 +2434,14 @@
 	color: #333;
 }
 
+.site-info span[role=separator] {
+	padding: 0 0.25em 0 0.5em;
+}
 
+.site-info span[role=separator]::before {
+	content: '\002f';
+}
+
 /**
  * 14.0 Media
  */
Index: src/wp-content/themes/twentyfourteen/footer.php
===================================================================
--- src/wp-content/themes/twentyfourteen/footer.php	(revision 43005)
+++ src/wp-content/themes/twentyfourteen/footer.php	(working copy)
@@ -18,6 +18,11 @@
 
 			<div class="site-info">
 				<?php do_action( 'twentyfourteen_credits' ); ?>
+				<?php
+				if ( function_exists( 'the_privacy_policy_link' ) ) {
+					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/rtl.css
===================================================================
--- src/wp-content/themes/twentyfourteen/rtl.css	(revision 43005)
+++ src/wp-content/themes/twentyfourteen/rtl.css	(working copy)
@@ -355,7 +355,15 @@
 	margin: -1px 0 0 18px;
 }
 
+/**
+ * 8.0 Footer
+ * -----------------------------------------------------------------------------
+ */
 
+.site-info span[role=separator] {
+	padding: 0 0.5em;
+}
+
 /**
  * 9.0 Featured Content
  * -----------------------------------------------------------------------------
@@ -855,4 +863,4 @@
 		margin-left: -18%;
 		margin-right: auto;
 	}
-}
\ No newline at end of file
+}
Index: src/wp-content/themes/twentyfourteen/style.css
===================================================================
--- src/wp-content/themes/twentyfourteen/style.css	(revision 43005)
+++ src/wp-content/themes/twentyfourteen/style.css	(working copy)
@@ -2916,7 +2916,14 @@
 	color: #41a62a;
 }
 
+.site-info span[role=separator] {
+	padding: 0 0.25em 0 0.5em;
+}
 
+.site-info span[role=separator]::before {
+	content: '\002f';
+}
+
 /**
  * 9.0 Featured Content
  * -----------------------------------------------------------------------------
Index: src/wp-content/themes/twentyseventeen/style.css
===================================================================
--- src/wp-content/themes/twentyseventeen/style.css	(revision 43005)
+++ src/wp-content/themes/twentyseventeen/style.css	(working copy)
@@ -2378,6 +2378,14 @@
 	width: 100%;
 }
 
+.site-info span[role=separator] {
+	padding: 0 0.2em 0 0.4em;
+}
+
+.site-info span[role=separator]::before {
+	content: '\002f';
+}
+
 /*--------------------------------------------------------------
 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 43005)
+++ src/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php	(working copy)
@@ -10,5 +10,10 @@
 
 ?>
 <div class="site-info">
+	<?php
+	if ( function_exists( 'the_privacy_policy_link' ) ) {
+		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 43005)
+++ src/wp-content/themes/twentysixteen/footer.php	(working copy)
@@ -52,6 +52,11 @@
 					do_action( 'twentysixteen_credits' );
 				?>
 				<span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
+				<?php
+				if ( function_exists( 'the_privacy_policy_link' ) ) {
+					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/rtl.css
===================================================================
--- src/wp-content/themes/twentysixteen/rtl.css	(revision 43005)
+++ src/wp-content/themes/twentysixteen/rtl.css	(working copy)
@@ -98,7 +98,8 @@
 .site-footer .site-title,
 .site-footer .site-title:after,
 .widecolumn label,
-.widecolumn .mu_register label {
+.widecolumn .mu_register label,
+.site-footer span[role=separator] {
 	font-family: Arial, Tahoma, sans-serif;
 }
 
@@ -401,16 +402,6 @@
 
 
 /**
- * 8.4 - Footer
- */
-
-.site-footer .site-title:after {
-	padding-right: 0.538461538em;
-	padding-left: 0.307692308em;
-}
-
-
-/**
  * 9.0 - Multisites
  */
 
Index: src/wp-content/themes/twentysixteen/style.css
===================================================================
--- src/wp-content/themes/twentysixteen/style.css	(revision 43005)
+++ src/wp-content/themes/twentysixteen/style.css	(working copy)
@@ -2443,7 +2443,17 @@
 	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;
+}
 
+.site-footer span[role=separator]::before {
+	content: '\002f';
+}
+
+
 /**
  * 12.0 - Media
  */
Index: src/wp-content/themes/twentyten/footer.php
===================================================================
--- src/wp-content/themes/twentyten/footer.php	(revision 43005)
+++ src/wp-content/themes/twentyten/footer.php	(working copy)
@@ -27,6 +27,11 @@
 				<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
 					<?php bloginfo( 'name' ); ?>
 				</a>
+				<?php
+				if ( function_exists( 'the_privacy_policy_link' ) ) {
+					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 43005)
+++ src/wp-content/themes/twentyten/style.css	(working copy)
@@ -1318,6 +1318,12 @@
 	display: block;
 	margin: 0 auto 10px;
 }
+#site-info span[role=separator] {
+	padding: 0 0.6em 0 0.3em;
+}
+#site-info span[role=separator]::before {
+	content: '\007c';
+}
 
 
 /* =Mobile Safari ( iPad, iPhone and iPod Touch )
Index: src/wp-content/themes/twentythirteen/footer.php
===================================================================
--- src/wp-content/themes/twentythirteen/footer.php	(revision 43005)
+++ src/wp-content/themes/twentythirteen/footer.php	(working copy)
@@ -16,6 +16,11 @@
 
 			<div class="site-info">
 				<?php do_action( 'twentythirteen_credits' ); ?>
+				<?php
+				if ( function_exists( 'the_privacy_policy_link' ) ) {
+					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/rtl.css
===================================================================
--- src/wp-content/themes/twentythirteen/rtl.css	(revision 43005)
+++ src/wp-content/themes/twentythirteen/rtl.css	(working copy)
@@ -567,6 +567,9 @@
 	margin-right: auto;
 }
 
+.site-footer span[role=separator] {
+	padding: 0 0.5em;
+}
 
 /**
  * 8.0 Media Queries
@@ -769,4 +772,4 @@
 		margin-left: 0;
 		margin-right: auto;
 	}
-}
\ No newline at end of file
+}
Index: src/wp-content/themes/twentythirteen/style.css
===================================================================
--- src/wp-content/themes/twentythirteen/style.css	(revision 43005)
+++ src/wp-content/themes/twentythirteen/style.css	(working copy)
@@ -2705,7 +2705,14 @@
 	margin: -10px auto 0;
 }
 
+.site-footer span[role=separator] {
+	padding: 0 0.25em 0 0.5em;
+}
 
+.site-footer span[role=separator]::before {
+	content: '\002f';
+}
+
 /**
  * 8.0 Media Queries
  * ----------------------------------------------------------------------------
Index: src/wp-content/themes/twentytwelve/footer.php
===================================================================
--- src/wp-content/themes/twentytwelve/footer.php	(revision 43005)
+++ src/wp-content/themes/twentytwelve/footer.php	(working copy)
@@ -13,6 +13,11 @@
 	<footer id="colophon" role="contentinfo">
 		<div class="site-info">
 			<?php do_action( 'twentytwelve_credits' ); ?>
+			<?php
+			if ( function_exists( 'the_privacy_policy_link' ) ) {
+				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 43005)
+++ src/wp-content/themes/twentytwelve/style.css	(working copy)
@@ -694,6 +694,12 @@
 footer[role="contentinfo"] a:hover {
 	color: #21759b;
 }
+.site-info span[role=separator] {
+	padding: 0 0.3em 0 0.6em;
+}
+.site-info span[role=separator]::before {
+	content: '\002f';
+}
 
 
 /* =Main content and comment content
