Changeset 13882 for trunk/src/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 06/01/2024 04:59:14 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-functions.php
r13878 r13882 1386 1386 * Formats datebox field values passed through a POST request. 1387 1387 * 1388 * This function only changes the global $_POST that should contain 1389 * the datebox data. 1390 * 1388 1391 * @since 2.8.0 1389 1392 * 1390 1393 * @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 contain1392 * the datebox data.1393 1394 */ 1394 1395 function bp_xprofile_maybe_format_datebox_post_data( $field_id ) {
Note: See TracChangeset
for help on using the changeset viewer.