Fix documentation for get_alloptions. Fixes #8491 props jeremyclarke.

git-svn-id: https://develop.svn.wordpress.org/trunk@10077 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-12-05 22:39:59 +00:00
parent f4b79c81b8
commit 971fac85ae
1 changed files with 3 additions and 2 deletions

View File

@ -423,8 +423,9 @@ function form_option( $option ) {
/**
* Retrieve all autoload options or all options, if no autoloaded ones exist.
*
* 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
* 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
*
* it is called.
*
* @since 1.0.0