- File:
-
- 1 edited
-
trunk/wp-includes/comment-template.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r15148 r14689 161 161 * 162 162 * @since 0.71 163 * @see get_comment_author_link() Echo es result163 * @see get_comment_author_link() Echos result 164 164 * 165 165 * @param int The ID of the comment for which to print the author's link. Optional. … … 188 188 * 189 189 * @since 0.71 190 * @see get_comment_author_IP() Echo es Result190 * @see get_comment_author_IP() Echos Result 191 191 * 192 192 * @param int $comment_ID The ID of the comment for which to print the author's IP address. Optional. … … 258 258 * 259 259 * @since 0.71 260 * @see get_comment_author_url_link() Echo es result260 * @see get_comment_author_url_link() Echos result 261 261 * 262 262 * @param string $linktext The text to display instead of the comment author's email address … … 454 454 * 455 455 * @since 0.71 456 * @see get_comment_ID() Echo es Result456 * @see get_comment_ID() Echos Result 457 457 */ 458 458 function comment_ID() {
Note: See TracChangeset
for help on using the changeset viewer.