diff options
Diffstat (limited to 'src/wp-includes/functions.php')
-rw-r--r-- | src/wp-includes/functions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 33b775e718..640f4b6343 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -5198,6 +5198,8 @@ function _wp_array_set( &$input_array, $path, $value = null ) { * Changes to this function should follow updates in the client * with the same logic. * + * @since 5.8.0 + * * @link https://github.com/lodash/lodash/blob/4.17/dist/lodash.js#L14369 * @link https://github.com/lodash/lodash/blob/4.17/dist/lodash.js#L278 * @link https://github.com/lodash-php/lodash-php/blob/master/src/String/kebabCase.php |