diff --git a/wp-includes/plugin.php b/wp-includes/plugin.php index 945461c55..e1477c140 100644 --- a/wp-includes/plugin.php +++ b/wp-includes/plugin.php @@ -410,7 +410,7 @@ function do_action($tag, $arg = '') { } /** - * Retrieve the number times an action is fired. + * Retrieve the number of times an action is fired. * * @package WordPress * @subpackage Plugin