mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Fix documentation for get_alloptions. Fixes #8491 props jeremyclarke.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c288466b8f
commit
3533c19fa2
@ -423,8 +423,9 @@ function form_option( $option ) {
|
|||||||
/**
|
/**
|
||||||
* Retrieve all autoload options or all options, if no autoloaded ones exist.
|
* 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
|
* This is different from wp_load_alloptions() in that this function does not
|
||||||
* cache all options and will retrieve all options from the database every time
|
* cache its results and will retrieve all options from the database every time
|
||||||
|
*
|
||||||
* it is called.
|
* it is called.
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user