Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 06:31:58 AM (8 years ago)
Author:
tw2113
Message:

Many PHPDocs cleanup for Core component.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-caps.php

    r10825 r10899  
    2121 * @since 2.1.0
    2222 *
    23  * @return array
     23 * @return object
    2424 */
    2525function bp_get_current_blog_roles() {
     
    5757 *
    5858 * @since 1.6.0
    59  *
    6059 */
    6160function bp_add_caps() {
     
    9089 *
    9190 * @since 1.6.0
    92  *
    9391 */
    9492function bp_remove_caps() {
     
    219217 *
    220218 * @since 1.6.0
    221  *
    222  * @global BuddyPress $bp Global BuddyPress settings object.
    223  *
    224219 */
    225220function bp_set_current_user_default_role() {
     
    273268    }
    274269
    275     // Backward compatibility for older bp_current_user_can() checks
     270    // Backward compatibility for older bp_current_user_can() checks.
    276271    if ( empty( $args ) ) {
    277272        $args = null;
Note: See TracChangeset for help on using the changeset viewer.