Grammar fix. Props lukeschlather, markmcwilliams. fixes #17315

git-svn-id: https://develop.svn.wordpress.org/trunk@18507 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-08-04 16:03:53 +00:00
parent 35d92b5e1e
commit 916cdd6586
1 changed files with 1 additions and 1 deletions

View File

@ -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