Changeset 369 for trunk/b2comments.php
- Timestamp:
- 09/14/2003 06:05:02 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/b2comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2comments.php
r169 r369 46 46 <p> 47 47 <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" /> 48 <label for="author"> name</label>48 <label for="author">Name</label> 49 49 <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> 50 50 <input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars($_SERVER["REQUEST_URI"]); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.