Changeset 8209 for trunk/wp-settings.php
- Timestamp:
- 06/27/2008 10:54:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r8168 r8209 363 363 /** 364 364 * It is possible to define this in wp-config.php 365 * @since 2.6 366 */ 367 if ( !defined('ADMIN_COOKIE_PATH') ) 368 define( 'ADMIN_COOKIE_PATH', SITECOOKIEPATH . 'wp-admin' ); 369 370 /** 371 * It is possible to define this in wp-config.php 372 * @since 2.6 373 */ 374 if ( !defined('PLUGINS_COOKIE_PATH') ) 375 define( 'PLUGINS_COOKIE_PATH', preg_replace('|https?://[^/]+|i', '', WP_PLUGIN_URL) ); 376 377 /** 378 * It is possible to define this in wp-config.php 365 379 * @since 2.0.0 366 380 */
Note: See TracChangeset
for help on using the changeset viewer.