Changeset 6711 for trunk/wp-content/themes/default/comments.php
- Timestamp:
- 02/02/2008 06:42:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments.php
r6343 r6711 1 1 <?php // Do not delete these lines 2 if ( 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))2 if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) 3 3 die ('Please do not load this page directly. Thanks!'); 4 4
Note: See TracChangeset
for help on using the changeset viewer.