~robotparade/wordpress/stable

« back to all changes in this revision

Viewing changes to wp-includes/comment-template.php

  • Committer: Jeff Waugh
  • Date: 2010-06-11 21:00:40 UTC
  • Revision ID: jdub@bethesignal.org-20100611210040-9narx3kdlayc8x39
WordPress 3.0 RC3

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
 * Display the html link to the url of the author of the current comment.
161
161
 *
162
162
 * @since 0.71
163
 
 * @see get_comment_author_link() Echos result
 
163
 * @see get_comment_author_link() Echoes result
164
164
 *
165
165
 * @param int The ID of the comment for which to print the author's link. Optional.
166
166
 */
187
187
 * Display the IP address of the author of the current comment.
188
188
 *
189
189
 * @since 0.71
190
 
 * @see get_comment_author_IP() Echos Result
 
190
 * @see get_comment_author_IP() Echoes Result
191
191
 *
192
192
 * @param int $comment_ID The ID of the comment for which to print the author's IP address.  Optional.
193
193
 */
257
257
 * Displays the HTML link of the url of the author of the current comment.
258
258
 *
259
259
 * @since 0.71
260
 
 * @see get_comment_author_url_link() Echos result
 
260
 * @see get_comment_author_url_link() Echoes result
261
261
 *
262
262
 * @param string $linktext The text to display instead of the comment author's email address
263
263
 * @param string $before The text or HTML to display before the email link.
453
453
 * Displays the comment id of the current comment.
454
454
 *
455
455
 * @since 0.71
456
 
 * @see get_comment_ID() Echos Result
 
456
 * @see get_comment_ID() Echoes Result
457
457
 */
458
458
function comment_ID() {
459
459
        echo get_comment_ID();