~canonical-sysadmins/wordpress/4.9.4

« back to all changes in this revision

Viewing changes to wp-includes/default-constants.php

  • Committer: axino
  • Date: 2017-04-21 09:50:23 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: axino@canonical.com-20170421095023-9ovs9chcswvhibbe
Merge WP4.7.4 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
                if ( $siteurl )
206
206
                        define( 'COOKIEHASH', md5( $siteurl ) );
207
207
                else
208
 
                        define( 'COOKIEHASH', md5( wp_guess_url() ) );
 
208
                        define( 'COOKIEHASH', '' );
209
209
        }
210
210
 
211
211
        /**