浏览代码

Course, UpsideDown: Remove copyright symbol (#7981)

The copyright symbol in these themes was just positioned infront of
'Designed with...' which didn't make sense. Removing completely - users
would've needed to customise the pattern for the copyright to have made
sense anyway.
Dean Sas 11 月之前
父节点
当前提交
1bfef1001d
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      course/patterns/footer.php
  2. 2 2
      upsidedown/patterns/footer.php

+ 1 - 1
course/patterns/footer.php

@@ -135,7 +135,7 @@
         <?php
           $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'course' ) ) . '" rel="nofollow">WordPress</a>';
             echo sprintf(
-                esc_html__( '© Designed with %1$s', 'course' ),
+                esc_html__( 'Designed with %1$s', 'course' ),
                 $wordpress_link
             );
         ?>

+ 2 - 2
upsidedown/patterns/footer.php

@@ -56,7 +56,7 @@
                     /* Translators: WordPress link. */
                     $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'upsidedown' ) ) . '" rel="nofollow">WordPress</a>';
                     echo sprintf(
-                        esc_html__( '© Designed with %1$s', 'upsidedown' ),
+                        esc_html__( 'Designed with %1$s', 'upsidedown' ),
                         $wordpress_link
                     );
                 ?>
@@ -73,4 +73,4 @@
     </div>
     <!-- /wp:group -->
 </div>
-<!-- /wp:group -->
+<!-- /wp:group -->