From 916cdd6586e0a64acf4f137ee5705c964604adfa Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 4 Aug 2011 16:03:53 +0000 Subject: [PATCH] Grammar fix. Props lukeschlather, markmcwilliams. fixes #17315 git-svn-id: https://develop.svn.wordpress.org/trunk@18507 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/plugin.php b/wp-includes/plugin.php index 945461c55d..e1477c1403 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