#19481 closed defect (bug) (fixed)
Unused strings in edit-form-advanced.php since WP 1.0
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 1.2 |
Component: | Comments | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
After reviewing the German translation files I found two strings in edit-form-advanced.php
which seems like they aren't used since version 1.0 anymore.
$submitbutton_text = __('Edit Comment'); $toprow_title = sprintf(__('Editing Comment # %s'), $comment->comment_ID);
The last reference was in 0.71, see attached file.
Attachments (3)
Change History (7)
Note: See
TracTickets for help on using
tickets.
0.71 file