From f5b015ecd33e05703f31082ddd906a6477759de1 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 20 Aug 2004 17:56:51 +0000 Subject: [PATCH] Typo. git-svn-id: https://develop.svn.wordpress.org/trunk@1544 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/wp-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 1839fb1398..7e10019819 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -295,7 +295,7 @@ class wpdb { $mtime = explode(' ', $mtime); $time_end = $mtime[1] + $mtime[0]; $time_total = $time_end - $this->time_start; - return $timetotal; + return $time_total; } function bail($message) { // Just wraps errors in a nice header and footer