mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Remove/replace invalid inline @link tags in DocBlocks in wp-includes/*.
Fixes #36910. git-svn-id: https://develop.svn.wordpress.org/trunk@37487 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -63,12 +63,12 @@ class WP_Role {
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove capability from role.
|
||||
* Removes a capability from a role.
|
||||
*
|
||||
* This is a container for {@link WP_Roles::remove_cap()} to remove the
|
||||
* capability from the role. That is to say, that {@link
|
||||
* WP_Roles::remove_cap()} implements the functionality, but it also makes
|
||||
* sense to use this class, because you don't need to enter the role name.
|
||||
* This is a container for WP_Roles::remove_cap() to remove the
|
||||
* capability from the role. That is to say, that WP_Roles::remove_cap()
|
||||
* implements the functionality, but it also makes sense to use this class,
|
||||
* because you don't need to enter the role name.
|
||||
*
|
||||
* @since 2.0.0
|
||||
* @access public
|
||||
|
||||
Reference in New Issue
Block a user