﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
8491,Doc error in get_alloptions() description,jeremyclarke,anonymous,"in /wp-includes/functions.php there is an error in the description of function get_alloptions() 

 
{{{
* This is different from wp_load_alloptions(), in this that function does not
 * cache all options and will retrieve all options from the database every time
}}}

When it says ""in this that function"" it is confusing. It should say 

{{{
* This is different from wp_load_alloptions() in that this function does not
 * cache its results and will retrieve all options from the database every time
}}}

I can make a patch but I think this could be done pretty easily by a committer. 
",defect (bug),closed,lowest,2.7,Optimization,2.7,trivial,fixed,,jeremyclarke
