ソースを参照

Merge pull request #86 from blowsie/patch-2

Removed unnecessary closing ./a. tag
Eddie Machado 13 年 前
コミット
2e2425eb14
1 ファイル変更1 行追加1 行削除
  1. 1 1
      author.php

+ 1 - 1
author.php

@@ -10,7 +10,7 @@
 						<?php $curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
 						$google_profile = get_the_author_meta( 'google_profile', $curauth->ID );
 						if ( $google_profile ) {
-							echo '<a href="' . esc_url( $google_profile ) . '" rel="me">' . $curauth->display_name . '</a>'; ?></a>
+							echo '<a href="' . esc_url( $google_profile ) . '" rel="me">' . $curauth->display_name . '</a>'; ?>
 						<?php } else { ?>
 						<?php echo get_author_name(get_query_var('author')); ?>
 						<?php } ?>