Changeset 808 for trunk/wp-comments.php
- Timestamp:
- 01/29/2004 06:49:19 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments.php
r805 r808 2 2 if ('wp-comments.php' == basename($HTTP_SERVER_VARS['SCRIPT_FILENAME'])) 3 3 die ('Please do not load this page directly. Thanks!'); 4 if (($withcomments) or ($ c)) {4 if (($withcomments) or ($single)) { 5 5 6 6 if (!empty($post->post_password)) { // if there's a password
Note: See TracChangeset
for help on using the changeset viewer.