From 971fac85ae01d019adb27673f4e4caa9473c880b Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Fri, 5 Dec 2008 22:39:59 +0000 Subject: [PATCH] Fix documentation for get_alloptions. Fixes #8491 props jeremyclarke. git-svn-id: https://develop.svn.wordpress.org/trunk@10077 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index d9b007f5a4..796a3bd3f1 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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