Changeset 2800 for trunk/wp-settings.php
- Timestamp:
- 08/21/2005 07:03:23 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r2784 r2800 119 119 require (ABSPATH . WPINC . '/version.php'); 120 120 121 if (!strstr($_SERVER['PHP_SELF'], 'install.php') && !strstr($_SERVER['PHP_SELF'], 'wp-admin/import')) :121 if (!strstr($_SERVER['PHP_SELF'], 'install.php')) : 122 122 // Used to guarantee unique hash cookies 123 123 $cookiehash = md5(get_settings('siteurl')); // Remove in 1.4
Note: See TracChangeset
for help on using the changeset viewer.