Changeset 1100 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 04/19/2004 08:09:27 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r956 r1100 3 3 $allowed_users = explode(" ", trim(get_settings('fileupload_allowedusers'))); 4 4 5 $submitbutton_text = 'Edit this!';5 $submitbutton_text = 'Edit Comment »'; 6 6 $toprow_title = 'Editing Comment # '.$commentdata['comment_ID']; 7 7 $form_action = 'editedcomment'; … … 71 71 ?> 72 72 73 <p ><?php echo $saveasdraft; ?><input type="submit" name="submit" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" />73 <p class="submit"><input type="submit" name="submit" value="<?php echo $submitbutton_text ?>" style="font-weight: bold;" tabindex="6" /> 74 74 <input name="referredby" type="hidden" id="referredby" value="<?php echo $HTTP_SERVER_VARS['HTTP_REFERER']; ?>" /> 75 75 </p> … … 87 87 88 88 </form> 89 <p><a href="post.php?action=deletecomment&noredir=true&comment=<?php echo $commentdata['comment_ID']; ?>&p=<?php echo $commentdata['comment_post_ID']; ?>">Delete this comment</a>.</p>89 <p><a class="delete" href="post.php?action=deletecomment&noredir=true&comment=<?php echo $commentdata['comment_ID']; ?>&p=<?php echo $commentdata['comment_post_ID']; ?>">Delete comment</a></p> 90 90 </div>
Note: See TracChangeset
for help on using the changeset viewer.