[wp-trac] [WordPress Trac] #8491: Doc error in get_alloptions() description

WordPress Trac wp-trac at lists.automattic.com
Thu Dec 4 22:51:20 GMT 2008


#8491: Doc error in get_alloptions() description
--------------------------+-------------------------------------------------
 Reporter:  jeremyclarke  |       Owner:  anonymous
     Type:  defect        |      Status:  new      
 Priority:  normal        |   Milestone:  2.8      
Component:  General       |     Version:           
 Severity:  normal        |    Keywords:           
--------------------------+-------------------------------------------------
 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.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8491>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list