Skip to content

Commit

Permalink
Remove copyright statement (#7988)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dsas authored Aug 1, 2024
1 parent 8b25faf commit 81f625f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 36 deletions.
16 changes: 1 addition & 15 deletions bitacora/patterns/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions fontaine/patterns/footer-dark.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
<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 -->

Expand Down
5 changes: 0 additions & 5 deletions fontaine/patterns/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
<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 -->

Expand Down
2 changes: 1 addition & 1 deletion jaida/patterns/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}} -->
Expand Down
2 changes: 1 addition & 1 deletion pendant/patterns/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"} -->
Expand Down
10 changes: 1 addition & 9 deletions vitrum/patterns/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 81f625f

Please sign in to comment.