Make WordPress Core

Ticket #18218: 18218.3.patch

File 18218.3.patch, 1.6 KB (added by ramiy, 14 years ago)
  • comments-popup.php

     
    6363<?php } ?>
    6464
    6565<?php if ( comments_open() ) { ?>
    66 <h2><?php _e('Leave a comment'); ?></h2>
     66<h2><?php _e('Leave a Comment'); ?></h2>
    6767<p><?php printf(__('Line and paragraph breaks automatic, e-mail address never displayed, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code>%s</code>'), allowed_tags()); ?></p>
    6868
    6969<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
    7070<?php if ( $user_ID ) : ?>
    71         <p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out &raquo;</a>'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, wp_logout_url(get_permalink())); ?></p>
     71        <p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, wp_logout_url(get_permalink())); ?></p>
    7272<?php else : ?>
    7373        <p>
    7474          <input type="text" name="author" id="author" class="textarea" value="<?php echo esc_attr($comment_author); ?>" size="28" tabindex="1" />
     
    105105} // end password check
    106106?>
    107107
    108 <div><strong><a href="javascript:window.close()"><?php _e('Close this window.'); ?></a></strong></div>
     108<div><strong><a href="javascript:window.close()"><?php _e('Close Window'); ?></a></strong></div>
    109109
    110110<?php // if you delete this the sky will fall on your head
    111111endwhile; // have_posts()