Ticket #2249: delete_comment_no_button.diff
| File delete_comment_no_button.diff, 664 bytes (added by markjaquith, 6 years ago) |
|---|
-
post.php
202 202 echo "<input type='hidden' name='noredir' value='1' />\n"; 203 203 echo "<input type='submit' value='" . __('Yes') . "' />"; 204 204 echo " "; 205 echo "<input type='button' value='" . __('No') . "' onclick= 'self.location='". get_settings('siteurl') ."/wp-admin/edit.php?p=$p&c=1#comments';'/>\n";205 echo "<input type='button' value='" . __('No') . "' onclick=\"self.location='". get_settings('siteurl') ."/wp-admin/edit.php?p=$p&c=1#comments';\" />\n"; 206 206 echo "</form>\n"; 207 207 echo "</div>\n"; 208 208
