From 15e41d58795825c2e39c5bb5ae5c798cdf8adcb7 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sat, 28 Jan 2012 14:36:16 +0000 Subject: [PATCH] Correct the datatype for the skip_frames argument in the phpDoc props Rarst. git-svn-id: https://develop.svn.wordpress.org/trunk@19777 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 08aa594d29..7f90ee5146 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3666,7 +3666,7 @@ function wp_allowed_protocols() { * @since 3.4 * * @param string $ignore_class A class to ignore all function calls within - useful when you want to just give info about the callee - * @param string $skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue + * @param int $skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue * @param bool $pretty Whether or not you want a comma separated string or raw array returned * @return string|array Either a string containing a reversed comma separated trace or an array of individual calls. */