mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Typo fixes from mark8barnes and AndrewFrazier. fixes #7174
git-svn-id: https://develop.svn.wordpress.org/trunk@8187 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -876,7 +876,7 @@ function deslash($content) {
|
||||
function dbDelta($queries, $execute = true) {
|
||||
global $wpdb;
|
||||
|
||||
// Seperate individual queries into an array
|
||||
// Separate individual queries into an array
|
||||
if( !is_array($queries) ) {
|
||||
$queries = explode( ';', $queries );
|
||||
if('' == $queries[count($queries) - 1]) array_pop($queries);
|
||||
|
||||
Reference in New Issue
Block a user