Changeset 3416

Show
Ignore:
Timestamp:
01/09/06 22:50:35 (3 years ago)
Author:
ryan
Message:

Confirm-delete dialog fix from Mark Jaquith. fixes #2249

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/post.php

    r3361 r3416  
    203203    echo "<input type='submit' value='" . __('Yes') . "' />"; 
    204204    echo "&nbsp;&nbsp;"; 
    205     echo "<input type='button' value='" . __('No') . "' onclick='self.location='". get_settings('siteurl') ."/wp-admin/edit.php?p=$p&amp;c=1#comments';' />\n"; 
     205    echo "<input type='button' value='" . __('No') . "' onclick=\"self.location='". get_settings('siteurl') ."/wp-admin/edit.php?p=$p&amp;c=1#comments';\" />\n"; 
    206206    echo "</form>\n"; 
    207207    echo "</div>\n";