Changeset 7947
- Timestamp:
- 05/18/2008 08:06:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r7913 r7947 269 269 require (ABSPATH . WPINC . '/media.php'); 270 270 271 if ( strpos($_SERVER['PHP_SELF'], 'install.php') === false) {271 if ( ! defined('WP_INSTALLING') ) { 272 272 // Used to guarantee unique hash cookies 273 273 $cookiehash = md5(get_option('siteurl'));
Note: See TracChangeset
for help on using the changeset viewer.