Make WordPress Core

Changeset 11740


Ignore:
Timestamp:
07/22/2009 10:33:11 PM (15 years ago)
Author:
azaozz
Message:

Fix comment author url when editing, fixes #10466 for 2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8/wp-admin/edit-form-comment.php

    r11728 r11740  
    108108            _e( 'URL:' );
    109109        } ?></td>
    110     <td><input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr($url); ?>" tabindex="3" /></td>
     110    <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); ?>" tabindex="3" /></td>
    111111</tr>
    112112</tbody>
Note: See TracChangeset for help on using the changeset viewer.