From b136c576edc146fb121370f006e981f33ce7c6fc Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 4 Aug 2011 16:03:53 +0000 Subject: [PATCH] Grammar fix. Props lukeschlather, markmcwilliams. fixes #17315 git-svn-id: http://svn.automattic.com/wordpress/trunk@18507 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 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