Make WordPress Core

Ticket #41937: 41937.3.patch

File 41937.3.patch, 467 bytes (added by multidots1896, 3 years ago)

changes name to cookies,updated config file

  • wp-config-sample.php

     
    5656define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
    5757define( 'LOGGED_IN_SALT',   'put your unique phrase here' );
    5858define( 'NONCE_SALT',       'put your unique phrase here' );
    59 
     59define( 'TEST_COOKIE', 'wp-settings-time-cookie' );
    6060/**#@-*/
    6161
    6262/**