Make WordPress Core

Ticket #24638: 24638-2.diff

File 24638-2.diff, 592 bytes (added by leewillis77, 10 years ago)

Updated patch to use "IP address" instead of just "IP"

  • wp-admin/edit-form-comment.php

     
    5555                } ?></td>
    5656        <td><input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr($comment->comment_author_url); ?>" /></td>
    5757</tr>
     58<tr valign="top">
     59        <td class="first"><?php _e('IP address:'); ?></td>
     60        <td><?php echo esc_html($comment->comment_author_IP); ?></td>
     61</tr>
    5862</tbody>
    5963</table>
    6064<br />