Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/23/2021 01:13:45 AM (4 years ago)
Author:
espellcaste
Message:

Making PHPDoc Improvements to the BP Settings files.

See #8553

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/classes/class-bp-settings-component.php

    r12994 r13090  
    2929            buddypress()->plugin_dir,
    3030            array(
    31                 'adminbar_myaccount_order' => 100
     31                'adminbar_myaccount_order' => 100,
    3232            )
    3333        );
     
    299299     * @since 9.0.0
    300300     *
    301      * @param array $blocks Optional. See BP_Component::blocks_init() for
    302      *                      description.
     301     * @param array $blocks Optional. See BP_Component::blocks_init() for the description.
    303302     */
    304303    public function blocks_init( $blocks = array() ) {
Note: See TracChangeset for help on using the changeset viewer.