Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2024 04:59:14 PM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: Update incorrect instances of void.

Closes https://github.com/buddypress/buddypress/pull/302
See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type.php

    r13806 r13882  
    295295     *
    296296     * @param array $raw_properties Optional key/value array of permitted attributes that you want to add.
    297      * @return void
    298297     */
    299298    abstract public function edit_field_html( array $raw_properties = array() );
     
    307306     *
    308307     * @param array $raw_properties Optional key/value array of permitted attributes that you want to add.
    309      * @return void
    310308     */
    311309    abstract public function admin_field_html( array $raw_properties = array() );
Note: See TracChangeset for help on using the changeset viewer.