Grammar fix. Props lukeschlather, markmcwilliams. fixes #17315

git-svn-id: http://svn.automattic.com/wordpress/trunk@18507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2011-08-04 16:03:53 +00:00
parent 8611d30e5e
commit b136c576ed
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