소스 검색

Rainfall: theme check plugin fixes for links

Matias Benedetto 2 년 전
부모
커밋
b94db6a3db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rainfall/patterns/contacts.php

+ 1 - 1
rainfall/patterns/contacts.php

@@ -57,7 +57,7 @@
 <!-- /wp:heading -->
 
 <!-- wp:paragraph -->
-<p><a href="http://facebook.com"><?php echo esc_html__( 'Facebook', 'rainfall' ); ?></a><br><a href="https://instagram.com"><?php echo esc_html__( 'Instagram', 'rainfall' ); ?></a><br><a href="https://twitter.com"><?php echo esc_html__( 'Twitter', 'rainfall' ); ?></a><br><a href="https://tiktok.com"><?php echo esc_html__( 'TikTok', 'rainfall' ); ?></a></p>
+<p><a href=""><?php echo esc_html__( 'Facebook', 'rainfall' ); ?></a><br><a href=""><?php echo esc_html__( 'Instagram', 'rainfall' ); ?></a><br><a href=""><?php echo esc_html__( 'Twitter', 'rainfall' ); ?></a><br><a href=""><?php echo esc_html__( 'TikTok', 'rainfall' ); ?></a></p>
 <!-- /wp:paragraph --></div>
 <!-- /wp:column --></div>
 <!-- /wp:columns --></div>