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/bp-xprofile-functions.php

    r13878 r13882  
    13861386 * Formats datebox field values passed through a POST request.
    13871387 *
     1388 * This function only changes the global $_POST that should contain
     1389 * the datebox data.
     1390 *
    13881391 * @since 2.8.0
    13891392 *
    13901393 * @param int $field_id The id of the current field being looped through.
    1391  * @return void This function only changes the global $_POST that should contain
    1392  *              the datebox data.
    13931394 */
    13941395function bp_xprofile_maybe_format_datebox_post_data( $field_id ) {
Note: See TracChangeset for help on using the changeset viewer.