Make WordPress Core


Ignore:
Timestamp:
12/15/2004 11:09:46 PM (22 years ago)
Author:
saxmatt
Message:

HTML fixes

File:
1 edited

Legend:

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

    r1940 r1961  
    460460        echo "<input type=\"submit\" value=\"" . __('Yes') . "\" />";
    461461        echo "&nbsp;&nbsp;";
    462         echo "<input type=\"button\" value=\"" . __('No') . "\" onClick=\"self.location='". get_settings('siteurl') ."/wp-admin/edit.php?p=$p&c=1#comments';\" />\n";
     462        echo "<input type=\"button\" value=\"" . __('No') . "\" onclick=\"self.location='". get_settings('siteurl') ."/wp-admin/edit.php?p=$p&amp;c=1#comments';\" />\n";
    463463        echo "</form>\n";
    464464        echo "</div>\n";
Note: See TracChangeset for help on using the changeset viewer.