Changeset 8656 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 08/16/2008 07:27:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r7883 r8656 1 1 <?php 2 /** 3 * Edit comment form for inclusion in another file. 4 * 5 * @package WordPress 6 * @subpackage Administration 7 */ 8 9 /** 10 * @var string 11 */ 2 12 $submitbutton_text = __('Edit Comment'); 3 13 $toprow_title = sprintf(__('Editing Comment # %s'), $comment->comment_ID);
Note: See TracChangeset
for help on using the changeset viewer.