Make WordPress Core


Ignore:
Timestamp:
09/20/2022 08:30:03 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline docs.

See #55646

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/option.php

    r54145 r54267  
    343343 *
    344344 * @since 3.0.0
    345  * @since 6.1.0 Uses update_meta_cache
     345 * @since 6.1.0 Now uses update_meta_cache().
    346346 *
    347347 * @param int $network_id Optional site ID for which to query the options. Defaults to the current site.
     
    18071807     * The dynamic portion of the hook name, `$transient`, refers to the transient name.
    18081808     *
    1809      * Returning a truthy value from the filter will effectively short-circuit retrieval
    1810      * and return the passed value instead.
     1809     * Returning a value other than boolean false will short-circuit retrieval and
     1810     * return that value instead.
    18111811     *
    18121812     * @since 2.9.0
Note: See TracChangeset for help on using the changeset viewer.