Changeset 58075 for trunk/src/wp-includes/option.php
- Timestamp:
- 05/02/2024 01:17:45 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r57920 r58075 3035 3035 * @since 6.6.0 3036 3036 * 3037 * @return arrayThe values that trigger autoloading.3037 * @return string[] The values that trigger autoloading. 3038 3038 */ 3039 3039 function wp_autoload_values_to_autoload() { … … 3047 3047 * @since 6.6.0 3048 3048 * 3049 * @param array$autoload_values Autoload values used to autoload option.3049 * @param string[] $autoload_values Autoload values used to autoload option. 3050 3050 * Default list contains 'yes', 'on', 'auto-on', and 'auto'. 3051 3051 */
Note: See TracChangeset
for help on using the changeset viewer.