Fix phpdoc typo. props demetris, fixes #13781.

git-svn-id: https://develop.svn.wordpress.org/trunk@15165 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-06-08 07:44:50 +00:00
parent fb4ee611e9
commit 1752cea413

View File

@ -1070,7 +1070,7 @@ function current_user_can( $capability ) {
/** /**
* Whether current user has a capability or role for a given blog. * Whether current user has a capability or role for a given blog.
* *
* @since 2.0.0 * @since 3.0.0
* *
* @param int $blog_id Blog ID * @param int $blog_id Blog ID
* @param string $capability Capability or role name. * @param string $capability Capability or role name.