Skip to content

Commit

Permalink
Comment form text tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
splorp committed Nov 22, 2011
1 parent 3b53cc6 commit 6e0e3e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions comments.php
Expand Up @@ -47,7 +47,7 @@

<div id="respond">

<h3><?php comment_form_title( 'Leave a Reply', 'Leave a Reply to %s' ); ?></h3>
<h3><?php comment_form_title( 'Leave a comment …', 'Reply to %s' ); ?></h3>

<p><?php cancel_comment_reply_link(); ?></p>

Expand All @@ -59,7 +59,7 @@

<?php if ( is_user_logged_in() ) : ?>

<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="Log out of this account">Log out</a></p>
<p>You are logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php" title="View and edit your profile"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="Log out of this account">Log out</a></p>

<?php else : ?>

Expand Down
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -8,7 +8,7 @@
<html>
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<title><?php wp_title(' &mdash; ', true, 'right'); ?><?php bloginfo('name'); ?></title>
<title><?php wp_title('&mdash;', true, 'right'); ?><?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

<?php
Expand Down

0 comments on commit 6e0e3e0

Please sign in to comment.