﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
11921,Typo on wp-db.php: @war instead of @var,mentel_br,,"A typo on the comments for the declaration of $field_types on ""wp-includes/wp-db.php"", [source:/tags/2.9.1/wp-includes/wp-db.php#L286 line 286 on the release 2.9.1 (file revision 12574)], [source:/trunk/wp-includes/wp-db.php@12733#L294 line 294 on trunk, file revision 12733].

This typo may prevent the documentation to be generated accordingly.

The line currently reads:
{{{
	 * @war array
}}}
It should be:
{{{
	 * @var array
}}}

A patch is attached.",defect (bug),closed,low,3.0,Inline Docs,2.9.1,trivial,fixed,has-patch commit,
