~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-settings.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:
100
100
require( ABSPATH . WPINC . '/class-wp.php' );
101
101
require( ABSPATH . WPINC . '/class-wp-error.php' );
102
102
require( ABSPATH . WPINC . '/pomo/mo.php' );
103
 
require( ABSPATH . WPINC . '/class-phpass.php' );
 
103
require_once( ABSPATH . WPINC . '/class-phpass.php' );
104
104
 
105
105
// Include the wpdb class and, if present, a db.php database drop-in.
106
106
global $wpdb;