Make WordPress Core

Changeset 109


Ignore:
Timestamp:
05/27/2003 10:20:05 PM (22 years ago)
Author:
mikelittle
Message:

Fixed error submitting comments from b2edit
Thanks to ventonegro on the forums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2edit.showposts.php

    r96 r109  
    303303                    <!-- form to add a comment -->
    304304
    305                     <form action="b2comments.post.php" method="post">
     305                    <form action="<?php echo $siteurl.'/b2comments.post.php'?>" method="post">
    306306                        <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
    307307                        <input type="hidden" name="redirect_to" value="<?php echo $HTTP_SERVER_VARS["REQUEST_URI"]; ?>" />
Note: See TracChangeset for help on using the changeset viewer.