diff --git a/author.php b/author.php index eb51090..c93004d 100644 --- a/author.php +++ b/author.php @@ -15,7 +15,7 @@
- display_name, 1)."' title='".wp_specialchars($curauth->display_name, 1), get_avatar($curauth->user_email, 64)); ?> + display_name, 1)."' title='".wp_specialchars($curauth->display_name, 1), comicpress_get_avatar($curauth->user_email, 64)); ?>
diff --git a/buystrip.php b/buystrip.php index af61eba..1a9bcc3 100644 --- a/buystrip.php +++ b/buystrip.php @@ -12,7 +12,7 @@ Templete Author Email: philip@frumph.net - +
diff --git a/footer.php b/footer.php index f5c4c8d..abdeee0 100644 --- a/footer.php +++ b/footer.php @@ -24,9 +24,8 @@
-
+ - diff --git a/functions/avatars.php b/functions/avatars.php index 1015773..91b636c 100644 --- a/functions/avatars.php +++ b/functions/avatars.php @@ -78,9 +78,9 @@ function comicpress_get_avatar( $id_or_email, $size = '64', $alt = false) { if ( !empty( $rating ) ) $out .= "&r={$rating}"; - $avatar = "{$safe_alt}"; + $avatar = "{$safe_alt}"; } else { - $avatar = "{$safe_alt}"; + $avatar = "{$safe_alt}"; } return apply_filters('comicpress_get_avatar', $avatar, $id_or_email, $size, $default, $alt); diff --git a/functions/displayblogpost.php b/functions/displayblogpost.php index d16fff3..87a3bf7 100644 --- a/functions/displayblogpost.php +++ b/functions/displayblogpost.php @@ -23,7 +23,7 @@ function display_blog_post() {
id="post-">