Confirm-delete dialog fix from Mark Jaquith. fixes #2249
git-svn-id: https://develop.svn.wordpress.org/trunk@3416 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7c846b2b8a
commit
82f037674e
|
@ -202,7 +202,7 @@ case 'confirmdeletecomment':
|
||||||
echo "<input type='hidden' name='noredir' value='1' />\n";
|
echo "<input type='hidden' name='noredir' value='1' />\n";
|
||||||
echo "<input type='submit' value='" . __('Yes') . "' />";
|
echo "<input type='submit' value='" . __('Yes') . "' />";
|
||||||
echo " ";
|
echo " ";
|
||||||
echo "<input type='button' value='" . __('No') . "' onclick='self.location='". get_settings('siteurl') ."/wp-admin/edit.php?p=$p&c=1#comments';' />\n";
|
echo "<input type='button' value='" . __('No') . "' onclick=\"self.location='". get_settings('siteurl') ."/wp-admin/edit.php?p=$p&c=1#comments';\" />\n";
|
||||||
echo "</form>\n";
|
echo "</form>\n";
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue