Make WordPress Core


Ignore:
Timestamp:
05/22/2016 05:39:00 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Remove/replace invalid inline @link tags in DocBlocks in wp-includes/*.

Fixes #36910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-role.php

    r35935 r37487  
    6464
    6565    /**
    66      * Remove capability from role.
     66     * Removes a capability from a role.
    6767     *
    68      * This is a container for {@link WP_Roles::remove_cap()} to remove the
    69      * capability from the role. That is to say, that {@link
    70      * WP_Roles::remove_cap()} implements the functionality, but it also makes
    71      * sense to use this class, because you don't need to enter the role name.
     68     * This is a container for WP_Roles::remove_cap() to remove the
     69     * capability from the role. That is to say, that WP_Roles::remove_cap()
     70     * implements the functionality, but it also makes sense to use this class,
     71     * because you don't need to enter the role name.
    7272     *
    7373     * @since 2.0.0
Note: See TracChangeset for help on using the changeset viewer.