From 640c04fbe2959ef5e46d2273fb71385bd4db3aa9 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 19 Jan 2010 17:28:48 +0000 Subject: [PATCH] Typo fix. Props mentel_br. fixes #11921 git-svn-id: https://develop.svn.wordpress.org/trunk@12763 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 3d71b70d0b..e73d08941f 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -291,7 +291,7 @@ class wpdb { * @see wpdb:insert() * @see wpdb:update() * @access public - * @war array + * @var array */ var $field_types = array();