[wp-cvs]
wordpress wp-comments.php, 1.22, 1.23 wp-comments-popup.php,
1.13, 1.14
Ryan Boren
rboren at users.sourceforge.net
Fri Sep 3 04:18:06 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7345
Modified Files:
wp-comments.php wp-comments-popup.php
Log Message:
Localize comment_type() text. Bug 246. Patch from nbachiyski.
Index: wp-comments.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-comments.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** wp-comments.php 1 Sep 2004 21:20:28 -0000 1.22
--- wp-comments.php 3 Sep 2004 04:18:04 -0000 1.23
***************
*** 26,30 ****
<li id="comment-<?php comment_ID() ?>">
<?php comment_text() ?>
! <p><cite><?php comment_type(); ?> <?php _e('by'); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite> <?php edit_comment_link(__("Edit This"), ' |'); ?></p>
</li>
--- 26,30 ----
<li id="comment-<?php comment_ID() ?>">
<?php comment_text() ?>
! <p><cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e('by'); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite> <?php edit_comment_link(__("Edit This"), ' |'); ?></p>
</li>
***************
*** 79,81 ****
<?php else : // Comments are closed ?>
<p><?php _e('Sorry, the comment form is closed at this time.'); ?></p>
! <?php endif; ?>
\ No newline at end of file
--- 79,81 ----
<?php else : // Comments are closed ?>
<p><?php _e('Sorry, the comment form is closed at this time.'); ?></p>
! <?php endif; ?>
Index: wp-comments-popup.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-comments-popup.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** wp-comments-popup.php 13 Jun 2004 16:14:57 -0000 1.13
--- wp-comments-popup.php 3 Sep 2004 04:18:04 -0000 1.14
***************
*** 46,50 ****
<li id="comment-<?php comment_ID() ?>">
<?php comment_text() ?>
! <p><cite><?php comment_type(); ?> <?php _e("by"); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p>
</li>
--- 46,50 ----
<li id="comment-<?php comment_ID() ?>">
<?php comment_text() ?>
! <p><cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e("by"); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p>
</li>
More information about the cvs
mailing list