diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 35c2b1bd21..fe378341aa 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -5332,7 +5332,7 @@ function absint( $maybeint ) { /** * Marks a function as deprecated and inform when it has been used. * - * There is a {@see 'hook deprecated_function_run'} that will be called that can be used + * There is a hook {@see 'deprecated_function_run'} that will be called that can be used * to get the backtrace up to what file and function called the deprecated * function. *