Make WordPress Core

Changeset 6003


Ignore:
Timestamp:
09/01/2007 04:33:55 PM (17 years ago)
Author:
westi
Message:

Tell the user what number comment they are editing. Fixes #4524 props momo360modena and Nazgul.

File:
1 edited

Legend:

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

    r5600 r6003  
    77
    88<form name="post" action="comment.php" method="post" id="post">
     9<h2><?php echo $toprow_title; ?></h2>
    910<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
    1011<div class="wrap">
Note: See TracChangeset for help on using the changeset viewer.