فهرست منبع

Remove copyright statement (#7988)

The footer copyright statement has been removed from the following themes:

 * Vitrum
 *  Fontaine (x2)
 *  Pendant
 *  Bitacora
 *  Jaida

The standard for a while has been to use "Designed with WordPress" (or something similar) in the footer, rather than a copyright statement. Additionally the copyright line is often incorrect - where it hardcodes the year, this is obviously not accurate and where it credits the name of the blog, or states "All Rights Reserved", this may not be accurate either. We should leave it to users to set their own copyright statements appropriately, and most of these themes leave an empty paragraph available to make it easy to do that.
Dean Sas 11 ماه پیش
والد
کامیت
81f625fe77

+ 1 - 15
bitacora/patterns/footer.php

@@ -61,22 +61,8 @@
 	</div>
 	<!-- /wp:columns -->
 
-	<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
+	<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
 	<div class="wp-block-group alignwide">
-		<!-- wp:group {"style":{"spacing":{"blockGap":"4px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
-		<div class="wp-block-group">
-			<!-- wp:paragraph {"fontSize":"small"} -->
-			<p class="has-small-font-size"><?php _e( '©', 'bitacora' ); ?></p>
-			<!-- /wp:paragraph -->
-
-			<!-- wp:site-title {"style":{"typography":{"letterSpacing":"0px","textTransform":"none"}},"fontSize":"small"} /-->
-
-			<!-- wp:paragraph {"fontSize":"small"} -->
-			<p class="has-small-font-size"><?php _e( '2022, All Rights Reserved.', 'bitacora' ); ?></p>
-			<!-- /wp:paragraph -->
-		</div>
-		<!-- /wp:group -->
-
 		<!-- wp:paragraph {"align":"left","className":"has-small-font-size","fontSize":"small"} -->
 		<p class="has-text-align-left has-small-font-size">
 			<?php

+ 0 - 5
fontaine/patterns/footer-dark.php

@@ -52,11 +52,6 @@ declare( strict_types = 1 );
 	<div class="wp-block-group">
 		<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
 		<div class="wp-block-group">
-			<!-- wp:paragraph -->
-			<p><?php echo esc_html__( '© 2023', 'fontaine' ); ?></p>
-			<!-- /wp:paragraph -->
-
-			<!-- wp:site-title {"level":0} /-->
 		</div>
 		<!-- /wp:group -->
 

+ 0 - 5
fontaine/patterns/footer.php

@@ -52,11 +52,6 @@ declare( strict_types = 1 );
 	<div class="wp-block-group">
 		<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
 		<div class="wp-block-group">
-			<!-- wp:paragraph -->
-			<p><?php echo esc_html__( '© 2023', 'fontaine' ); ?></p>
-			<!-- /wp:paragraph -->
-
-			<!-- wp:site-title {"level":0} /-->
 		</div>
 		<!-- /wp:group -->
 

+ 1 - 1
jaida/patterns/footer.php

@@ -34,7 +34,7 @@
 
 <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"right":"0","left":"0","top":"var:preset|spacing|80","bottom":"var:preset|spacing|70"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
 <div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--70);padding-left:0"><!-- wp:paragraph {"style":{"typography":{"fontSize":"0.8rem"}}} -->
-<p style="font-size:0.8rem"><?php echo esc_html__( 'Jaida Theme', 'jaida' ); ?> © 2023</p>
+<p style="font-size:0.8rem"></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"0.8rem"}}} -->

+ 1 - 1
pendant/patterns/footer.php

@@ -10,7 +10,7 @@
 <!-- wp:group {"style":{"spacing":{"padding":{"top":"40px","bottom":"40px"}}},"layout":{"inherit":true}} -->
 <div class="wp-block-group" style="padding-top:40px;padding-bottom:40px"><!-- wp:group {"align":"full","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
 <div class="wp-block-group alignfull"><!-- wp:paragraph {"align":"left"} -->
-<p class="has-text-align-left"><?php echo esc_html__( '2021 Pendant © All Rights Reserved', 'pendant' ); ?></p>
+<p class="has-text-align-left"></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:paragraph {"align":"right"} -->

+ 1 - 9
vitrum/patterns/footer.php

@@ -9,15 +9,7 @@
 ?>
 <!-- wp:group {"style":{"border":{"top":{"width":"1px"},"right":[],"bottom":[],"left":[]}},"layout":{"type":"constrained"}} -->
 <div class="wp-block-group" style="border-top-width:1px"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"3vh","bottom":"60px"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
-<div class="wp-block-group alignwide" style="padding-top:3vh;padding-bottom:60px"><!-- wp:group {"style":{"spacing":{"blockGap":"5px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
-<div class="wp-block-group"><!-- wp:paragraph -->
-<p><?php echo __('©', 'vitrum');?></p>
-<!-- /wp:paragraph -->
-
-<!-- wp:site-title {"fontSize":"small"} /--></div>
-<!-- /wp:group -->
-
-<!-- wp:paragraph {"lock":{"move":false,"remove":true}} -->
+<div class="wp-block-group alignwide" style="padding-top:3vh;padding-bottom:60px"><!-- wp:paragraph {"lock":{"move":false,"remove":true}} -->
 <p><?php echo __('Designed with <a rel="noreferrer noopener" href="http://wordpress.org" data-type="URL" data-id="wordpress.org" target="_blank">WordPress.</a>', 'vitrum');?></p>
 <!-- /wp:paragraph --></div>
 <!-- /wp:group --></div>