Changeset 682 for trunk/wp-admin/moderation.php
- Timestamp:
- 01/02/2004 12:49:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/moderation.php
r628 r682 37 37 } 38 38 39 39 $comment = array(); 40 if (isset($HTTP_POST_VARS["comment"])) { 41 foreach ($HTTP_POST_VARS["comment"] as $k => $v) { 42 $comment[intval($k)] = $v; 43 } 44 } 40 45 41 46 switch($action) { … … 138 143 ?> 139 144 <p>The following comments wait for approval:</p> 140 <form name="approval" action=" " method="post">145 <form name="approval" action="moderation.php" method="post"> 141 146 <input type="hidden" name="action" value="update" /> 142 147 <ol id="comments">
Note: See TracChangeset
for help on using the changeset viewer.