diff options
Diffstat (limited to 'wp-includes/wp-db.php')
| -rw-r--r-- | wp-includes/wp-db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index adadc31..fae9bbc 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -63,7 +63,7 @@ class wpdb { $this->show_errors(); $this->charset = 'utf8'; - $this->collete = 'utf8'; + $this->collate = 'utf8'; if ( defined('DB_CHARSET') ) $this->charset = DB_CHARSET; |
