Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/07/2015 12:59:09 AM (9 years ago)
Author:
boonebgorges
Message:

Normalize whitespace on xprofile_insert_field() default argument array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-functions.php

    r9712 r9713  
    218218
    219219    $r = wp_parse_args( $args, array(
    220         'field_id' => null,
    221         'field_group_id' => null,
    222         'parent_id' => null,
    223         'type' => '',
    224         'name' => '',
    225         'description' => '',
    226         'is_required' => false,
    227         'can_delete' => true,
    228         'order_by' => '',
     220        'field_id'          => null,
     221        'field_group_id'    => null,
     222        'parent_id'         => null,
     223        'type'              => '',
     224        'name'              => '',
     225        'description'       => '',
     226        'is_required'       => false,
     227        'can_delete'        => true,
     228        'order_by'          => '',
    229229        'is_default_option' => false,
    230         'option_order' => null,
    231         'field_order' => null,
     230        'option_order'      => null,
     231        'field_order'       => null,
    232232    ) );
    233233
Note: See TracChangeset for help on using the changeset viewer.