Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/19/2023 01:07:13 AM (2 years ago)
Author:
espellcaste
Message:

Adding PHPDoc Improvements to the Blogs (component) files.

Props imath

Closes https://github.com/buddypress/buddypress/pull/56
See #8553

File:
1 edited

Legend:

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

    r12740 r13405  
    2121 * @since 2.1.0
    2222 *
    23  * @return object
     23 * @global WP_Roles $wp_roles WordPress role management object.
     24 *
     25 * @return array
    2426 */
    2527function bp_get_current_blog_roles() {
     
    5759 *
    5860 * @since 1.6.0
     61 *
     62 * @global WP_Roles $wp_roles WordPress role management object.
    5963 */
    6064function bp_add_caps() {
     
    8993 *
    9094 * @since 1.6.0
     95 *
     96 * @global WP_Roles $wp_roles WordPress role management object.
    9197 */
    9298function bp_remove_caps() {
Note: See TracChangeset for help on using the changeset viewer.