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:
Ryan Boren
2008-06-24 18:52:52 +00:00
parent 963e134717
commit ed29b5321f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);