Fix phpdoc typo. props demetris, fixes #13781.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8f33ece26e
commit
1d16e3de6e
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue