Ticket #18218: 18218.3.patch
File 18218.3.patch, 1.6 KB (added by , 14 years ago) |
---|
-
comments-popup.php
63 63 <?php } ?> 64 64 65 65 <?php if ( comments_open() ) { ?> 66 <h2><?php _e('Leave a comment'); ?></h2>66 <h2><?php _e('Leave a Comment'); ?></h2> 67 67 <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> 68 68 69 69 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> 70 70 <?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 »</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> 72 72 <?php else : ?> 73 73 <p> 74 74 <input type="text" name="author" id="author" class="textarea" value="<?php echo esc_attr($comment_author); ?>" size="28" tabindex="1" /> … … 105 105 } // end password check 106 106 ?> 107 107 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> 109 109 110 110 <?php // if you delete this the sky will fall on your head 111 111 endwhile; // have_posts()