Make WordPress Core


Ignore:
Timestamp:
05/02/2024 01:17:45 PM (9 months ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #60699

File:
1 edited

Legend:

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

    r57920 r58075  
    30353035 * @since 6.6.0
    30363036 *
    3037  * @return array The values that trigger autoloading.
     3037 * @return string[] The values that trigger autoloading.
    30383038 */
    30393039function wp_autoload_values_to_autoload() {
     
    30473047     * @since 6.6.0
    30483048     *
    3049      * @param array $autoload_values Autoload values used to autoload option.
     3049     * @param string[] $autoload_values Autoload values used to autoload option.
    30503050     *                               Default list contains 'yes', 'on', 'auto-on', and 'auto'.
    30513051     */
Note: See TracChangeset for help on using the changeset viewer.